Browse Source

[scrutinizer] Increase timeout of external code coverage

Hopefully fixes problems with unfinished scrutinizer reports
tags/v8.1RC2
Morris Jobke 9 years ago
parent
commit
ba58fe6bfc
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: 1200 # Timeout in seconds. 20 minutes
timeout: 3600 # Timeout in seconds. 60 minutes

Loading…
Cancel
Save