We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01724ef commit 5498013Copy full SHA for 5498013
1 file changed
packages/gatsby-worker/src/__tests__/integration.ts
@@ -3,6 +3,8 @@ import { WorkerPool } from "../"
3
import { isPromise, isRunning } from "../utils"
4
import { MessagesFromChild, MessagesFromParent } from "./fixtures/test-child"
5
6
+jest.setTimeout(15000)
7
+
8
describe(`gatsby-worker`, () => {
9
let workerPool:
10
| WorkerPool<
0 commit comments