Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-06-28 18:06:15 +0300
committerLukas Reschke <lukas@owncloud.com>2015-06-28 18:06:15 +0300
commit7b4e1f526b01915914c616b863fa73cf5dce6ce5 (patch)
tree8efaaff309f9af4aed1dd61b3f01e65fa665bcc3 /.scrutinizer.yml
parent4d565a84475bca92b851c9ca39b96cda9ff9b18a (diff)
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
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml2
1 files changed, 1 insertions, 1 deletions
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