[PRE-MERGE CHERRY-PICK OF #6389]: build: terminate long running tests

configures nextest to kill tests after 1 minute. slow period is set to
20s which is how long our tests currently take, there will be 3 warnings
and then the test will be killed and it's output logged.

(cherry picked from commit 31d2624e72)
This commit is contained in:
Joonas Koivunen
2024-01-18 16:12:56 +00:00
committed by Christian Schwarz
parent 2e4c3b1f04
commit 423b4e1413

View File

@@ -1,2 +1,2 @@
[profile.default]
slow-timeout = "1m"
slow-timeout = { period = "20s", terminate-after = 3 }