Skip to content

Commit 57133d8

Browse files
committed
ci: extend timeout period 20 -> 45
1 parent 2c3159a commit 57133d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/selenium-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const USE_HEADLESS = process.env.USE_HEADLESS !== 'no';
1212
// The main reason for this timeout is so that we can control the timeout message and report details;
1313
// if we hit the Jasmine default timeout then we get a terse message that we can't control.
1414
// The Jasmine default timeout is 30 seconds so make sure this is lower.
15-
const DEFAULT_TIMEOUT_MILLISECONDS = 20 * 1000;
15+
const DEFAULT_TIMEOUT_MILLISECONDS = 45 * 1000;
1616

1717
class SeleniumHelper {
1818
constructor () {

0 commit comments

Comments
 (0)