Skip to content

Commit 76ab88d

Browse files
authored
chore(ci): Reduce test timeout to 2 minutes (vectordotdev#19845)
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]>
1 parent 382ab32 commit 76ab88d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.config/nextest.toml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ failure-output = "immediate-final"
1313
# don't cancel the test run on the first failure
1414
fail-fast = false
1515

16+
# timeout tests after 2 minutes
17+
slow-timeout = { period = "30s", terminate-after = 4 }
18+
1619
[profile.default.junit]
1720
# output test results at target/nextest/default/junit.xml
1821
path = "junit.xml"

0 commit comments

Comments
 (0)