Skip to content

Commit

Permalink
test: further increase timeout for long test
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Nov 14, 2019
1 parent d8f7f1d commit 90da8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runAll.unmocked.spec.js
Expand Up @@ -10,7 +10,7 @@ import runAll from '../lib/runAll'

jest.unmock('execa')

jest.setTimeout(10000)
jest.setTimeout(20000)

const testJsFilePretty = `module.exports = {
foo: "bar"
Expand Down

0 comments on commit 90da8a8

Please sign in to comment.