summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2019-12-05 13:40:16 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2019-12-05 13:40:16 -0600
commitbab96660e81b1c7bb69c31fffa583f8cfe4108da (patch)
tree696babafaa4fafab8ab44c511a02e7f444ae74b7 /.gitlab-ci.yml
parentf3c83a36142ba591dc9ababd49cbc5197d6e33ad (diff)
downloadglib-networking-bab96660e81b1c7bb69c31fffa583f8cfe4108da.tar.gz
Increase CI timeout for asan run
It's rare, but we have hit the 3x (90s) timeout, so let's increase it even further to 10x (300s, five minutes).
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c2f5f81..62fbed5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ fedora-x86_64:
-Dwerror=true
build/
- ninja -C build/
- - ASAN_OPTIONS=fast_unwind_on_malloc=0 meson test --verbose --timeout-multiplier=3 -C build/
+ - ASAN_OPTIONS=fast_unwind_on_malloc=0 meson test --verbose --timeout-multiplier=10 -C build/
- rm -rf build/
# Now again, this time without asan. We will additionally test installation.