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 Jul 27, 2019
1 parent f0825a8 commit 61b2c03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testSetup.js
Original file line number Diff line number Diff line change
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 61b2c03

Please sign in to comment.