From 374d8fb4c38bbf0a630205f1d0c3b06eb9c91fe1 Mon Sep 17 00:00:00 2001 From: Alex Coats Date: Thu, 31 Aug 2023 14:33:14 -0400 Subject: [PATCH] adjustment --- .config/nextest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nextest.toml b/.config/nextest.toml index b0ad545028..448dccbba0 100644 --- a/.config/nextest.toml +++ b/.config/nextest.toml @@ -8,5 +8,5 @@ test-threads = "num-cpus" slow-timeout = { period = "60s", terminate-after = 2 } [[profile.ci.overrides]] -filter = 'test(/^tests::pow::/)' +filter = 'test(/^pow::/)' slow-timeout = "5m"