diff --git a/config/nextest.toml b/config/nextest.toml index 20eff47..d99cc10 100644 --- a/config/nextest.toml +++ b/config/nextest.toml @@ -1,7 +1,7 @@ [profile.ci] retries = 0 fail-fast = false -slow-timeout = { period = "60s", terminate-after = 3 } # Timeout 10m. TODO: speed up the slow tests. +slow-timeout = { period = "60s", terminate-after = 10 } # Timeout 10m. TODO: speed up the slow tests. failure-output = "final" [profile.ci.junit]