From af42b3e4682d5920bab56ef565221dfb5a16ea3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 12 Dec 2019 19:10:39 +0100 Subject: [PATCH] ci: Increase the timeout multiplier for tests Change the FEDORA_TAG to the current date in order to rebuild the image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5dfd8e1..270aec2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,7 +55,7 @@ test: script: - meson --werror -Ddrivers=all -Db_coverage=true . _build - ninja -C _build - - meson test -C _build --verbose --no-stdsplit + - meson test -C _build --verbose --no-stdsplit --timeout-multiplier 3 - ninja -C _build coverage artifacts: paths: