Skip to content

Commit

Permalink
nexttest.toml: bump the environmentd::test_pgtest timeout
Browse files Browse the repository at this point in the history
This test routinely takes about 230-240s to run, which means it
occasionally times out. Give it a 5m slow timeout by default to give it
some headroom in CI.
  • Loading branch information
benesch committed Dec 24, 2022
1 parent e11cf50 commit 496ad1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ filter = "package(mz-environmentd)"
threads-required = 8
slow-timeout = { period = "120s", terminate-after = 2 }

[[profile.default.overrides]]
filter = "package(mz-environmentd) and test(test_pgtest)"
threads-required = 8
slow-timeout = { period = "300s", terminate-after = 2 }

[profile.ci]
junit = { path = "junit_cargo-test.xml" }
fail-fast = false
Expand Down

0 comments on commit 496ad1e

Please sign in to comment.