chore: add nextest config (#5320)

This commit is contained in:
DaniPopes
2023-11-05 21:02:07 +01:00
committed by GitHub
parent 6a5dbc4d0b
commit 45628e7869

3
.config/nextest.toml Normal file
View File

@ -0,0 +1,3 @@
[profile.default]
retries = { backoff = "fixed", count = 2, delay = "1s" }
slow-timeout = "2m"