From 5a92a5f6b42e985da6345d996197e9cb27a1d5f9 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Mon, 25 May 2020 11:19:13 +0900 Subject: [PATCH] Scrutinizer wait shorter for coverage Since switching to pcov Travis build are much faster and we don't need to wait that long --- .scrutinizer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 748f3ac3..08c61255 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -18,7 +18,7 @@ build: tools: external_code_coverage: - timeout: 3600 + timeout: 600 build_failure_conditions: - 'elements.rating(<= C).new.exists' # No new classes/methods with a rating of C or worse allowed