From 7b4e1f526b01915914c616b863fa73cf5dce6ce5 Mon Sep 17 00:00:00 2001
From: Lukas Reschke <lukas@owncloud.com>
Date: Sun, 28 Jun 2015 17:06:15 +0200
Subject: [PATCH] Increase timeout again

Our test execution is terribly slow and now also exceeds more than one hour on our CI system. This means that Scrutinizer fails hard on a lot of PRs such as https://github.com/owncloud/core/pull/17217#issuecomment-116252420
---
 .scrutinizer.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index 9a28c0f03f7..a03f3632a1b 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -21,4 +21,4 @@ imports:
 
 tools:
     external_code_coverage:
-        timeout: 3600    # Timeout in seconds. 60 minutes
+        timeout: 7200    # Timeout in seconds. 60 minutes
-- 
GitLab