]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: increase test timeout
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 27 Nov 2019 14:43:54 +0000 (15:43 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 27 Nov 2019 14:50:42 +0000 (15:50 +0100)
During heavy load, test:valgrind tends to fail quite often with timeout.
This should improve the situation.

.gitlab-ci.yml

index 1c144f503c761cd1341de97928e3d79759a41ce1..28506f6e6c7849b581cadbc974e5f1bd966473b2 100644 (file)
@@ -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