Skip to content

Commit

Permalink
[CI] Increase required test threads to reduce saturation.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLind committed Nov 16, 2024
1 parent b388f77 commit 0b546fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ status-level = "skip"
failure-output = "immediate-final"
# Cancel test run on the first failure. Accounts for retries.
fail-fast = true
# To avoid CPU saturation and test timeouts (due to heavy/multithreaded
# tests), we increase the number of threads required per test.
threads-required = 3

junit = { path = "junit.xml" }

Expand Down

0 comments on commit 0b546fc

Please sign in to comment.