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