From 9f98cfbefeab435b296a8b273671c206d78eb9f8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 22 Sep 2022 21:24:10 +0200 Subject: [PATCH] Try to change timeout of command --- .scrutinizer.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index dc75fbc962e..d224b20d1c6 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -6,9 +6,9 @@ build: analysis: tests: override: - - php-scrutinizer-run - idle_timeout: 500 - + - command: php-scrutinizer-run + idle_timeout: 500 + imports: - javascript - php