Skip to content

Commit

Permalink
slow-test termination period
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Nov 27, 2024
1 parent 4bc0b69 commit 91f9639
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ filter = 'test(slow_test_restart)'
threads-required = 'num-cpus'

[profile.slow]
slow-timeout = "2m"
slow-timeout.period = "2m"
slow-timeout.terminate-after = 2 # terminate test after 2 * 2 = 4 mins
default-filter = 'test(slow_)'
retries = 2
retries = 3

[profile.all]
slow-timeout = "2m"
Expand Down

0 comments on commit 91f9639

Please sign in to comment.