Skip to content

Commit

Permalink
nextest: extend slow timeout to 5min
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Jul 25, 2024
1 parent 4092dbd commit 255d868
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
Expand Up @@ -8,7 +8,7 @@ fail-fast = false
# Retry failing tests in order to not block builds on flaky tests
retries = 5
# Timeout tests after 4 minutes
slow-timeout = { period = "60s", terminate-after = 4 }
slow-timeout = { period = "60s", terminate-after = 5 }

[profile.narwhalnightly]
# Print out output for failing tests as soon as they fail, and also at the end
Expand Down

0 comments on commit 255d868

Please sign in to comment.