Skip to content

Commit

Permalink
test(config): increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Jul 25, 2023
1 parent c9a9da2 commit 54de811
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 @@ -17,5 +17,5 @@ await Runner.setTsEnv()
.addReporter(specReporter())
.addPath('tests/unit/**/*.ts')
.setCliArgs(process.argv.slice(2))
.setGlobalTimeout(5000)
.setGlobalTimeout(30000)
.run()

0 comments on commit 54de811

Please sign in to comment.