From 74f01defd4f46245ac35b88ada16afbb11bf0e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Fri, 2 Sep 2022 20:41:40 +0200 Subject: [PATCH] ci: Increase the valgrind job meson test timeout There are some test failing because there's not enough time to complete, so let's give them some more time. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e4cc3ede5..9f1e511b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -212,7 +212,7 @@ valgrind: stage: analysis needs: [] variables: - MESON_TEST_TIMEOUT_MULTIPLIER: 10 + MESON_TEST_TIMEOUT_MULTIPLIER: 15 script: - meson ${MESON_COMMON_OPTIONS} --werror