chore: add timeout for nextest runs

This commit is contained in:
Paul Makles
2023-09-22 19:03:29 +01:00
parent 41f20c2239
commit 881888bd1c

2
.config/nextest.toml Normal file
View File

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