Skip to content

Commit a0612a2

Browse files
committed
test: increase timeouts for hooks registering tests
1 parent de9a026 commit a0612a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/bundler.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,5 +219,5 @@ test.group('Bundler', () => {
219219
})
220220

221221
await bundler.bundle()
222-
})
222+
}).timeout(10_000)
223223
})

tests/dev_server.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@ test.group('DevServer', () => {
136136
cleanup(() => devServer.close())
137137

138138
await sleep(500)
139-
})
139+
}).timeout(10_000)
140140
})

0 commit comments

Comments
 (0)