diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-06-28 20:19:52 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-06-28 20:19:52 +0200 |
commit | 774a38256d718363a7a501f4e6ff42e1a89dab3a (patch) | |
tree | 2b988e9ea55c773a4a54e64e0f0f2aa7dbdb803a | |
parent | 4d565a84475bca92b851c9ca39b96cda9ff9b18a (diff) | |
parent | a43ba1bf1db80ef87ea1b09b068480cc90715088 (diff) | |
download | nextcloud-server-774a38256d718363a7a501f4e6ff42e1a89dab3a.tar.gz nextcloud-server-774a38256d718363a7a501f4e6ff42e1a89dab3a.zip |
Merge pull request #17219 from owncloud/LukasReschke-patch-1
Increase timeout again
-rw-r--r-- | .scrutinizer.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 9a28c0f03f7..c788343e5d3 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. 120 minutes |