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