mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 18:02:56 +00:00
[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:
committed by
Christian Schwarz
parent
2e4c3b1f04
commit
423b4e1413
@@ -1,2 +1,2 @@
|
||||
[profile.default]
|
||||
slow-timeout = "1m"
|
||||
slow-timeout = { period = "20s", terminate-after = 3 }
|
||||
|
||||
Reference in New Issue
Block a user