Skip to content

Commit 28db5bc

Browse files
committed
try with remote: true
1 parent 95e10f9 commit 28db5bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codeception.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ extensions:
33
- Codeception\Extension\RunFailed
44
coverage:
55
enabled: true
6-
remote: false
6+
remote: true
77
c3_url: 'http://dev.local'
88
cookie_domain: ".mysite.com"
99

tests/acceptance/ReactJSCest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function tryToTest(AcceptanceTester $I) {
1616
// tests
1717
public function tryToHelloMessage(AcceptanceTester $I) {
1818
$I->amOnPage('/HelloMessage');
19-
$I->wait(10);
19+
$I->wait(2);
2020
$I->canSee('Salut Thierry', 'body');
2121
}
2222

0 commit comments

Comments
 (0)