From a50c7689fb37ae5445307cc755de348f65c30353 Mon Sep 17 00:00:00 2001 From: John Correlli Date: Thu, 24 Aug 2023 22:45:35 -0400 Subject: [PATCH] test: allow longer timeout --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 824a4d5..eea7c64 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "analyse": "vendor/bin/phpstan analyse" }, "config": { - "process-timeout": 1600, + "process-timeout": 2400, "sort-packages": true } }