Browse Source

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
tags/v8.1RC2
Lukas Reschke 9 years ago
parent
commit
7b4e1f526b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .scrutinizer.yml

+ 1
- 1
.scrutinizer.yml View File

@@ -21,4 +21,4 @@ imports:

tools:
external_code_coverage:
timeout: 3600 # Timeout in seconds. 60 minutes
timeout: 7200 # Timeout in seconds. 60 minutes

Loading…
Cancel
Save