diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-17 21:39:07 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-17 21:39:07 +0200 |
commit | 4a230f9844de546f475d0d163dc8b204a2232dce (patch) | |
tree | c0f4e40d9ffcfa137c03ede35bf01f03ad6b0438 | |
parent | 925d8ab316127be8dc0cea2515cfc1d419b1d5e8 (diff) | |
download | wallabag-4a230f9844de546f475d0d163dc8b204a2232dce.tar.gz wallabag-4a230f9844de546f475d0d163dc8b204a2232dce.tar.zst wallabag-4a230f9844de546f475d0d163dc8b204a2232dce.zip |
change timeout because scrutinizer failed
-rw-r--r-- | .scrutinizer.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 4b722677..bbf1f199 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml | |||
@@ -17,7 +17,7 @@ tools: | |||
17 | php_pdepend: true | 17 | php_pdepend: true |
18 | sensiolabs_security_checker: true | 18 | sensiolabs_security_checker: true |
19 | external_code_coverage: | 19 | external_code_coverage: |
20 | timeout: 1800 | 20 | timeout: 3600 |
21 | php_code_coverage: true | 21 | php_code_coverage: true |
22 | php_sim: false | 22 | php_sim: false |
23 | php_cpd: false | 23 | php_cpd: false |