We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e417dd7 commit 35a625aCopy full SHA for 35a625a
1 file changed
test/runner/before_failure_test.js
@@ -6,7 +6,7 @@ const codecept_dir = path.join(__dirname, '/../data/sandbox');
6
const codecept_run = `${runner} run --config ${codecept_dir}/codecept.beforetest.failure.js `;
7
8
describe('Failure in before', function () {
9
- this.timeout(5000);
+ this.timeout(10000);
10
it('should skip tests that are skipped because of failure in before hook', (done) => {
11
exec(`${codecept_run}`, (err, stdout) => {
12
stdout.should.include('✔ First test will be passed');
0 commit comments