Skip to content

Commit

Permalink
ci: double test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Aug 14, 2023
1 parent ee68475 commit ac8ddb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nextest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[profile.ci]
slow-timeout = { period = "30s", terminate-after=4 }
slow-timeout = { period = "60s", terminate-after=4 }

[profile.ci.junit] # this can be some other profile, too
path = "junit.xml"
Expand Down

0 comments on commit ac8ddb9

Please sign in to comment.