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 b3425ee commit 094d2c6Copy full SHA for 094d2c6
tests/features/bootstrap/FeatureContext.php
@@ -171,9 +171,9 @@ public function iAmAuthenticatedAsAdmin() {
171
$this->fillField('password', $this->params['admin_password']);
172
$this->pressButton('Continue');
173
$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/
+ 'script' => 300000,
+ 'implicit' => 300000,
+ 'page load' => 300000 //https://web.archive.org/web/20160730151941/http://alex-panshin.me/blog/how-to-set-pageload-timeout-for-selenium-with-behat/
177
178
]);
179
}
0 commit comments