diff --git a/.config/nextest.toml b/.config/nextest.toml index 6079e36c6..0be1fdf42 100644 --- a/.config/nextest.toml +++ b/.config/nextest.toml @@ -1,2 +1,6 @@ [profile.default] slow-timeout = { period = "10s", terminate-after = 6 } + +[[profile.default.overrides]] +filter = 'test(communication_stdio_remote)' +slow-timeout = { period = "30s", terminate-after = 6 }