We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261edbb commit 6d1a425Copy full SHA for 6d1a425
.config/nextest.toml
@@ -46,6 +46,12 @@ platform = 'cfg(target_os = "macos")'
46
filter = '(package(nextest-runner) and binary(integration)) or package(integration-tests)'
47
retries = { count = 3, backoff = "fixed", delay = "1s" }
48
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
+
55
[profile.test-slow]
56
# This is a test profile with a quick slow timeout.
57
slow-timeout = "1s"
0 commit comments