Skip to content

Commit bb4b1c9

Browse files
author
DavertMik
committed
fixed timeout tests with retries
1 parent a26679f commit bb4b1c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/runner/timeout_test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ const config_run_config = (config, grep, verbose = false) => `${codecept_run} ${
99
describe('CodeceptJS Timeouts', function () {
1010
this.timeout(10000)
1111

12+
// some times messages are different
13+
this.retries(2);
14+
1215
it('should stop test when timeout exceeded', done => {
1316
exec(config_run_config('codecept.conf.js', 'timed out'), (err, stdout) => {
1417
debug_this_test && console.log(stdout)

0 commit comments

Comments
 (0)