From acfaeb5ba6191d1d18a7371f3851f6e98097cff1 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Thu, 25 Jun 2015 12:07:29 +0200 Subject: [PATCH] Increase the external_code_coverage timeout even more. Still timing out. --- .scrutinizer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index b7c52287..a7de6a81 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -4,4 +4,4 @@ imports: tools: external_code_coverage: runs: 5 # No Code Coverage and HHVM - timeout: 2700 # 45 minutes + timeout: 10800 # 3 hours