diff --git a/.config/nextest.toml b/.config/nextest.toml index 5d951813c..ef477c53b 100644 --- a/.config/nextest.toml +++ b/.config/nextest.toml @@ -1,6 +1,6 @@ [profile.default] -# Terminate slow tests after 10 minutes -slow-timeout = { period = "60s", terminate-after = 10 } +# Terminate slow tests after 30 minutes +slow-timeout = { period = "60s", terminate-after = 30 } [[profile.default.overrides]] # See https://nexte.st/book/threads-required.html