summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-02-01 07:46:07 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-02-01 07:47:08 +0100
commit3c83af3195a0640b076c5800af74ccdaee9f25d1 (patch)
tree5be8341ff88adf1c63973319cf6107dbddb351eb /.gitlab-ci
parentac01c7f28c401af402c895b7aaa5dea5ea885863 (diff)
downloadpygobject-3c83af3195a0640b076c5800af74ccdaee9f25d1.tar.gz
ci: add a timeout multiplier for meson tests
Sometimes the CI machines are slow
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/test-docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/test-docker.sh b/.gitlab-ci/test-docker.sh
index 141d6542..4837d51f 100755
--- a/.gitlab-ci/test-docker.sh
+++ b/.gitlab-ci/test-docker.sh
@@ -37,7 +37,7 @@ else
meson _build -Dpython="$(which python)"
fi
ninja -C _build
-xvfb-run -a meson test -C _build -v
+xvfb-run -a meson test --timeout-multiplier 4 -C _build -v
rm -Rf _build
# CODE QUALITY