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 2c3159a commit 57133d8Copy full SHA for 57133d8
test/helpers/selenium-helper.js
@@ -12,7 +12,7 @@ const USE_HEADLESS = process.env.USE_HEADLESS !== 'no';
12
// The main reason for this timeout is so that we can control the timeout message and report details;
13
// if we hit the Jasmine default timeout then we get a terse message that we can't control.
14
// The Jasmine default timeout is 30 seconds so make sure this is lower.
15
-const DEFAULT_TIMEOUT_MILLISECONDS = 20 * 1000;
+const DEFAULT_TIMEOUT_MILLISECONDS = 45 * 1000;
16
17
class SeleniumHelper {
18
constructor () {
0 commit comments