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"