Unnamed repository; edit this file 'description' to name the repository.
Timeout tests after 5 minutes with nextest
Since we have hanging tests, to not waste CI cycles before we find the cause.
Chayim Refael Friedman 2 weeks ago
parent e7c87b4 · commit 788771a
-rw-r--r--.config/nextest.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/nextest.toml b/.config/nextest.toml
new file mode 100644
index 0000000000..47e5bf53d0
--- /dev/null
+++ b/.config/nextest.toml
@@ -0,0 +1,2 @@
+[profile.default]
+slow-timeout = { period = "60s", terminate-after = 5 }