Skip to content

Commit 35a625a

Browse files
authored
fix: increase UT timeout (#3909)
1 parent e417dd7 commit 35a625a

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(5000);
9+
this.timeout(10000);
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)