Skip to content

Commit 867df68

Browse files
author
DavertMik
committed
Merge branch '3.x' into fix/screenshot-titles
2 parents 4f5c1c0 + 676ed91 commit 867df68

File tree

16 files changed

+434
-894
lines changed

16 files changed

+434
-894
lines changed

bin/codecept.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ program
6262
.command('check')
6363
.option(commandFlags.config.flag, commandFlags.config.description)
6464
.description('Checks configuration and environment before running tests')
65-
.option('-t, --timeout [ms]', 'timeout for checks in ms, 20000 by default')
65+
.option('-t, --timeout [ms]', 'timeout for checks in ms, 50000 by default')
6666
.action(errorHandler(require('../lib/command/check')))
6767

6868
program

0 commit comments

Comments
 (0)