diff --git a/.config/nextest.toml b/.config/nextest.toml index e6578728d0..38d70f0001 100644 --- a/.config/nextest.toml +++ b/.config/nextest.toml @@ -1,5 +1,5 @@ [profile.ci] retries = 2 -slow-timeout = "3m" +slow-timeout = { period = "1m", terminate-after = 3 } final-status-level = "flaky" threads-required = "num-test-threads"