summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2021-05-16 14:34:58 +0200
committerCarlos Garnacho <carlosg@gnome.org>2021-05-16 23:28:36 +0200
commit6bcd2ea2c419ddf47fd71a2958375c21c525fc46 (patch)
tree11b9a82e6f2b9842bb01e71bf38e42cc56ef9da0 /.gitlab-ci.yml
parent8f1d6f64921e3d2632152618cbcdbb6ee62de528 (diff)
downloadtracker-6bcd2ea2c419ddf47fd71a2958375c21c525fc46.tar.gz
ci: Add test timeout multiplier
So we can expand test timeouts in CI without making it horribly slow on the desktop.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5328a4b16..81b7e60d4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,6 +5,7 @@ include:
- remote: 'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/290b79e0e78eab67a83766f4e9691be554fc4afd/templates/ubuntu.yml'
variables:
+ MESON_TEST_TIMEOUT_MULTIPLIER: 3
# These can be used to see verbose log output from the functional-tests.
# See HACKING.md for more information.
TRACKER_DEBUG: ""