Skip to content

Commit

Permalink
Merge pull request #12728 from lpizzinidev/fix-flaky-test
Browse files Browse the repository at this point in the history
fix: increased timeout for flaky test
  • Loading branch information
vkarpov15 committed Nov 28, 2022
2 parents 4d51e25 + f0967be commit 0d02574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/errors.validation.test.js
Expand Up @@ -234,6 +234,8 @@ describe('ValidationError', function() {

describe('when user code defines a r/o Error#toJSON', function() {
it('should not fail', function(done) {
this.timeout(10000);

const err = [];
const child = require('child_process')
.fork('./test/isolated/project-has-error.toJSON.js', ['--no-warnings'], { silent: true });
Expand Down

0 comments on commit 0d02574

Please sign in to comment.