From e86e93484433c43d454ab07bfdceeab4ac1a568c Mon Sep 17 00:00:00 2001 From: Matej Voboril Date: Sat, 12 Feb 2022 18:42:31 -0600 Subject: [PATCH] ci: add global retries --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 70937a1..e3013cd 100644 --- a/package.json +++ b/package.json @@ -124,6 +124,7 @@ "exit": true, "slow": 1000, "normal": 400, + "retries": 4, "reporter": "min" } }