Skip to content

Commit cad6a3c

Browse files
authored
fix(UTs): increase timeout (#4041)
1 parent 9d478ef commit cad6a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runner/before_failure_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const codecept_dir = path.join(__dirname, '/../data/sandbox');
66
const codecept_run = `${runner} run --config ${codecept_dir}/codecept.beforetest.failure.js `;
77

88
describe('Failure in before', function () {
9-
this.timeout(10000);
9+
this.timeout(40000);
1010
it('should skip tests that are skipped because of failure in before hook', (done) => {
1111
exec(`${codecept_run}`, (err, stdout) => {
1212
stdout.should.include('✔ First test will be passed');

0 commit comments

Comments
 (0)