[glib-networking] Increase CI timeout for asan run



commit bab96660e81b1c7bb69c31fffa583f8cfe4108da
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Dec 5 13:40:16 2019 -0600

    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).

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]