From 497a9ad42b80c2f193ed8f91d820616507a99930 Mon Sep 17 00:00:00 2001 From: Fritz Gerneth Date: Tue, 5 Jan 2021 09:49:02 +0100 Subject: [PATCH] Increase timeout for large tests to reduce chance of accidential failure --- phpunit.xml.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index f062a75..5b94291 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -13,6 +13,7 @@ enforceTimeLimit="true" failOnWarning="true" failOnRisky="true" + timeoutForLargeTests="180" > ./tests