Skip to content

Commit 3dabc22

Browse files
authored
test: tweak timeout to fix flake (#7800)
1 parent 795a643 commit 3dabc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/test/hooks.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('before and after hooks', () => {
3434
resolve()
3535
}, 100)
3636
})
37-
}, 200)
37+
}, 1000)
3838

3939
it('beforeEach works', () => {
4040
assert.equal(eachState, 'running')

0 commit comments

Comments
 (0)