We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056418b commit 95c36d0Copy full SHA for 95c36d0
tests/features/bootstrap/FeatureContext.php
@@ -162,9 +162,9 @@ public function iAmAuthenticatedAsAdmin() {
162
$this->fillField('password', $this->params['admin_password']);
163
$this->pressButton('Continue');
164
$this->getSession()->getDriver()->setTimeouts([
165
- 'script' => 3000000,
166
- 'implicit' => 3000000,
167
- 'page load' => 3000000 //https://web.archive.org/web/20160730151941/http://alex-panshin.me/blog/how-to-set-pageload-timeout-for-selenium-with-behat/
+ 'script' => 30000,
+ 'implicit' => 30000,
+ 'page load' => 30000 //https://web.archive.org/web/20160730151941/http://alex-panshin.me/blog/how-to-set-pageload-timeout-for-selenium-with-behat/
168
169
]);
170
}
0 commit comments