From: Tomas Krizek Date: Wed, 27 Nov 2019 14:43:54 +0000 (+0100) Subject: ci: increase test timeout X-Git-Tag: v4.3.0~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59b2318e4d4cdf0682d3cc04d4a1df3d962c5b14;p=thirdparty%2Fknot-resolver.git ci: increase test timeout During heavy load, test:valgrind tends to fail quite often with timeout. This should improve the situation. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c144f503..28506f6e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ variables: KNOT_VERSION: '2.9' LIBKRES_ABI: 9 LIBKRES_NAME: libkres - MESON_TEST: meson test -C build_ci* -t 2 --print-errorlogs + MESON_TEST: meson test -C build_ci* -t 4 --print-errorlogs PREFIX: $CI_PROJECT_DIR/.local image: $CI_REGISTRY/knot/knot-resolver/ci/debian-buster:knot-$KNOT_VERSION