Skip to content

Commit

Permalink
nightly CI: Don't timeout test_stress_update. (#1304)
Browse files Browse the repository at this point in the history
This test takes almost 400 seconds when the slow_tests features is
enabled.
  • Loading branch information
korran authored Feb 1, 2024
1 parent 1fbdf3d commit 1a16eed
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 @@ -9,6 +9,10 @@ slow-timeout = { period = "30s", terminate-after = 6 }
filter = 'test(test_generate_csr_stress)'
slow-timeout = { period = "30s", terminate-after = 140 }

[[profile.nightly.overrides]]
filter = 'test(test_stress_update)'
slow-timeout = { period = "30s", terminate-after = 17 }

[profile.nightly.junit]
path = "/tmp/junit.xml"
store-success-output = true
Expand Down

0 comments on commit 1a16eed

Please sign in to comment.