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.
This commit is contained in:
Marco Trevisan (Treviño) 2022-09-02 20:41:40 +02:00
parent 221f22b6e1
commit 74f01defd4

View File

@ -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