Skip to content

Commit

Permalink
test(timeout): increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Aug 9, 2023
1 parent 82776c5 commit d364fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ await Runner.setTsEnv()
.addReporter(specReporter())
.addPath('tests/unit/**/*.ts')
.setCliArgs(process.argv.slice(2))
.setGlobalTimeout(15000)
.setGlobalTimeout(30000)
.run()

0 comments on commit d364fb6

Please sign in to comment.