diff --git a/.config/nextest.toml b/.config/nextest.toml index 56f40c364..21c36243b 100644 --- a/.config/nextest.toml +++ b/.config/nextest.toml @@ -1,6 +1,6 @@ [profile.default] retries = { backoff = "exponential", count = 2, delay = "2s", jitter = true } -slow-timeout = { period = "1m", terminate-after = 3 } +slow-timeout = { period = "2m", terminate-after = 3 } [[profile.default.overrides]] filter = "test(/ext_integration|can_test_forge_std/)"