Skip to content

Commit 094d2c6

Browse files
committed
increase timeouts more
1 parent b3425ee commit 094d2c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/features/bootstrap/FeatureContext.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ public function iAmAuthenticatedAsAdmin() {
171171
$this->fillField('password', $this->params['admin_password']);
172172
$this->pressButton('Continue');
173173
$this->getSession()->getDriver()->setTimeouts([
174-
'script' => 30000,
175-
'implicit' => 30000,
176-
'page load' => 30000 //https://web.archive.org/web/20160730151941/http://alex-panshin.me/blog/how-to-set-pageload-timeout-for-selenium-with-behat/
174+
'script' => 300000,
175+
'implicit' => 300000,
176+
'page load' => 300000 //https://web.archive.org/web/20160730151941/http://alex-panshin.me/blog/how-to-set-pageload-timeout-for-selenium-with-behat/
177177

178178
]);
179179
}

0 commit comments

Comments
 (0)