From 752cc52843f465c63f6297e2ac8bd21b01717ad7 Mon Sep 17 00:00:00 2001 From: messense Date: Thu, 12 Jan 2023 17:34:14 +0800 Subject: [PATCH] Increase slow tests timeout --- .config/nextest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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