Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-11-22 17:19:56 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-11-22 18:07:30 +0300
commiteb833767e863a6d7aeb1f198abe01619a794e057 (patch)
tree8c5d8630534cdd9b993cb357bf4914d4b23d806f /.scrutinizer.yml
parent8f8fa5113afe4733facbabea81ae10563c84e203 (diff)
Move unit tests to tests/Unit
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index 1633f5c58..356fd77d6 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -19,4 +19,5 @@ imports:
tools:
external_code_coverage:
- timeout: 7200 # Timeout in seconds. 120 minutes
+ timeout: 1200 # Timeout in seconds. 20 minutes
+ runs: 2