Skip to content

Commit

Permalink
test(bin): increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed May 11, 2024
1 parent 9571c72 commit 89207bd
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 @@ -15,5 +15,5 @@ await Runner.setTsEnv()
.addPlugin(command())
.addPath('tests/unit/**/*.ts')
.setCliArgs(process.argv.slice(2))
.setGlobalTimeout(5000)
.setGlobalTimeout(30000)
.run()

0 comments on commit 89207bd

Please sign in to comment.