Skip to content

Commit

Permalink
fix: increase UT timeout (#3909)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Oct 6, 2023
1 parent e417dd7 commit 35a625a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runner/before_failure_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const codecept_dir = path.join(__dirname, '/../data/sandbox');
const codecept_run = `${runner} run --config ${codecept_dir}/codecept.beforetest.failure.js `;

describe('Failure in before', function () {
this.timeout(5000);
this.timeout(10000);
it('should skip tests that are skipped because of failure in before hook', (done) => {
exec(`${codecept_run}`, (err, stdout) => {
stdout.should.include('✔ First test will be passed');
Expand Down

0 comments on commit 35a625a

Please sign in to comment.