Skip to content

Commit

Permalink
test: increase jest timeout for slow CI runners
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Nov 14, 2019
1 parent 128631d commit 061946c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testSetup.js
Expand Up @@ -2,3 +2,6 @@

// Overwrite TTY mode to always render without ansi codes
process.stdout.isTTY = false

// Increase timeout for slow CI runners
jest.setTimeout(10000)

0 comments on commit 061946c

Please sign in to comment.