Skip to content

Commit 2d902fd

Browse files
DavertMikDavertMik
and
DavertMik
authored
Fixed running retryFailedStep inside tryTo (#4831)
* fix register retryTo globally * fixed serializing step args * improved export/types * fixed tryTo/retryTo regressions * fixed subtitles test * new beta tag * added BC compatibility for disableRetryFailedStep * fixed playwright/puppeteer issues * check improvements * rename var --------- Co-authored-by: DavertMik <[email protected]>
1 parent 8e05927 commit 2d902fd

16 files changed

+432
-905
lines changed

bin/codecept.js

+1-1
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)