From e6ae4c3402812611f4bfeae33e8685c8a8f1d2fa Mon Sep 17 00:00:00 2001 From: Troy Benson Date: Tue, 18 Jul 2023 02:14:42 +0000 Subject: [PATCH] fix: add flakey tests --- .config/nextest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nextest.toml b/.config/nextest.toml index 30d5c500..f110fed1 100644 --- a/.config/nextest.toml +++ b/.config/nextest.toml @@ -5,6 +5,7 @@ slow-timeout = { period = "10s", terminate-after = 3 } [profile.ci] test-threads = "num-cpus" slow-timeout = { period = "10s", terminate-after = 20 } +retries = { backoff = "exponential", count = 5, delay = "2s", jitter = true } [test-groups] serial = { max-threads = 1 }