Skip to content

Commit

Permalink
Shorten CI timeout (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham authored Oct 16, 2023
1 parent 12605b1 commit 5fa87d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ failure-output = "immediate-final"
status-level = "skip"
# Do not cancel the test run on the first failure.
fail-fast = false
# Mark tests as slow after 5mins, kill them after 50
slow-timeout = { period = "300s", terminate-after = 10 }
# Mark tests as slow after 5mins, kill them after 10
slow-timeout = { period = "300s", terminate-after = 2 }

0 comments on commit 5fa87d2

Please sign in to comment.