Skip to content

Commit 6ae7e32

Browse files
authored
Increase selenium timeout
1 parent 9ce5b0a commit 6ae7e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codecept.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const {
88
BROWSER_PLATFORM,
99
PLATFORM_VERSION,
1010
DEVICE_NAME,
11-
DEFAULT_WAIT_TIME = 9000
11+
DEFAULT_WAIT_TIME = 90000
1212
} = process.env;
1313
const MOBILE_PLATFORMS = ['iOS', 'Android'];
1414

0 commit comments

Comments
 (0)