From e29a612f0825d5f9d7fc6b81294020f68e15a308 Mon Sep 17 00:00:00 2001 From: Levon Tarver Date: Tue, 17 Oct 2023 20:07:08 +0000 Subject: [PATCH] undo change to nextest config --- .config/nextest.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.config/nextest.toml b/.config/nextest.toml index fd48964442..ba07186c8a 100644 --- a/.config/nextest.toml +++ b/.config/nextest.toml @@ -7,9 +7,6 @@ nextest-version = { required = "0.9.59", recommended = "0.9.59" } experimental = ["setup-scripts"] -[profile.default] -slow-timeout = { period = "60s", terminate-after = 3 } - [[profile.default.scripts]] # Exclude omicron-dev tests from crdb-seed as we explicitly want to simulate an # environment where the seed file doesn't exist.