diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-06-28 17:06:15 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-06-28 17:06:15 +0200 |
commit | 7b4e1f526b01915914c616b863fa73cf5dce6ce5 (patch) | |
tree | 8efaaff309f9af4aed1dd61b3f01e65fa665bcc3 /.scrutinizer.yml | |
parent | 4d565a84475bca92b851c9ca39b96cda9ff9b18a (diff) | |
download | nextcloud-server-7b4e1f526b01915914c616b863fa73cf5dce6ce5.tar.gz nextcloud-server-7b4e1f526b01915914c616b863fa73cf5dce6ce5.zip |
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.yml | 2 |
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 |