We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f409c commit 3225562Copy full SHA for 3225562
src/core/setup/jest.ts
@@ -8,5 +8,5 @@ export default async function setupJest(hooks: TestHooks) {
8
test('setup', hooks.setup, hooks.ctx.options.setupTimeout)
9
beforeEach(hooks.beforeEach)
10
afterEach(hooks.afterEach)
11
- afterAll(hooks.afterAll)
+ afterAll(hooks.afterAll, 20000)
12
}
0 commit comments