Skip to content

Commit

Permalink
allow pow tests to take longer
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Coats committed Aug 31, 2023
1 parent 479b5ac commit 4b25fca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ fail-fast = false
retries = 2
test-threads = "num-cpus"
slow-timeout = { period = "60s", terminate-after = 2 }

[[profile.ci.overrides]]
filter = 'test(/^tests::pow::/)'
slow-timeout = "5m"

0 comments on commit 4b25fca

Please sign in to comment.