Skip to content

Commit

Permalink
test: increase timeouts for hooks registering tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Feb 26, 2024
1 parent de9a026 commit a0612a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/bundler.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,5 @@ test.group('Bundler', () => {
})

await bundler.bundle()
})
}).timeout(10_000)
})
2 changes: 1 addition & 1 deletion tests/dev_server.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,5 @@ test.group('DevServer', () => {
cleanup(() => devServer.close())

await sleep(500)
})
}).timeout(10_000)
})

0 comments on commit a0612a2

Please sign in to comment.