Skip to content

Commit

Permalink
chore(ci): Reduce test timeout to 2 minutes (#19845)
Browse files Browse the repository at this point in the history
The default is 30 minutes. We saw this timeout recently hit by `vector
sources::kafka::integration_test::handles_one_negative_acknowledgement`.

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored Feb 9, 2024
1 parent 382ab32 commit 76ab88d
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 @@ -13,6 +13,9 @@ failure-output = "immediate-final"
# don't cancel the test run on the first failure
fail-fast = false

# timeout tests after 2 minutes
slow-timeout = { period = "30s", terminate-after = 4 }

[profile.default.junit]
# output test results at target/nextest/default/junit.xml
path = "junit.xml"
Expand Down

0 comments on commit 76ab88d

Please sign in to comment.