Skip to content

Commit

Permalink
make timeout longer for workerpool tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Jun 4, 2021
1 parent e3b01bb commit 65d6fcb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// spawning processing will occasionally exceed default time for test
// this sets up a bit longer time for each test to avoid flakiness due to tests not being executed within short time frame
jest.setTimeout(15000)

export const itWhenLMDB = process.env.GATSBY_EXPERIMENTAL_LMDB_STORE
? it
: it.skip

0 comments on commit 65d6fcb

Please sign in to comment.