[gjs: 6/7] CI: increase timeout for ASan tests




commit a9e1b16bfa34003fadeb23e1ea590b3f7a57b53e
Author: Philip Chimento <philip chimento gmail com>
Date:   Sun Feb 7 08:09:08 2021 -0800

    CI: increase timeout for ASan tests
    
    These are failing more and more often due to timeouts, as we add more
    tests.

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ed4d55be..65751b20 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -279,6 +279,7 @@ sanitizer_clang:
     CC: clang
     CXX: clang++
     CONFIG_OPTS: -Db_sanitize=address,undefined -Db_lundef=false
+    TEST_OPTS: --timeout-multiplier=2
   when: manual
   except:
     - schedules


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