From 7f28b6fdab3c97c830d94c13efa20244ce39c9ab Mon Sep 17 00:00:00 2001 From: Ping Yu Date: Sun, 13 Apr 2025 17:29:57 +0800 Subject: [PATCH] 10 m Signed-off-by: Ping Yu --- config/nextest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]