Skip to content

Commit 20e6826

Browse files
author
DavertMik
committed
Merge branch '3.x' of github.com:codeceptjs/CodeceptJS into 3.x
2 parents 91527e5 + 2d902fd commit 20e6826

File tree

15 files changed

+411
-871
lines changed

15 files changed

+411
-871
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)