Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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