Skip to content

Commit 6d1a425

Browse files
committed
extend timeouts for riscv64 CI jobs
1 parent 261edbb commit 6d1a425

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.config/nextest.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ platform = 'cfg(target_os = "macos")'
4646
filter = '(package(nextest-runner) and binary(integration)) or package(integration-tests)'
4747
retries = { count = 3, backoff = "fixed", delay = "1s" }
4848

49+
[[profile.ci.overrides]]
50+
# These runners are a bit slow.
51+
platform = 'cfg(target_arch = "riscv64")'
52+
filter = 'package(integration-tests)'
53+
slow-timeout = { period = "60s", terminate-after = 8 }
54+
4955
[profile.test-slow]
5056
# This is a test profile with a quick slow timeout.
5157
slow-timeout = "1s"

0 commit comments

Comments
 (0)