From d6bb2c561e94f7372110361eaec77e1587d0135c Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Fri, 23 Feb 2024 15:13:55 -0800 Subject: [PATCH] timeout 30 --- infection.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infection.json5 b/infection.json5 index 42ecd9d2c..74ca5e1fa 100644 --- a/infection.json5 +++ b/infection.json5 @@ -11,7 +11,7 @@ }, "html": "var/infection.html" }, - "timeout": 20, + "timeout": 30, "mutators": { "@default": true },