[gjs] CI: Apply timeout multiplier to GCC sanitizer job as well as Clang



commit 126b93e9a3e1772f609e9676caf9a3b204cc1962
Author: Philip Chimento <philip chimento gmail com>
Date:   Mon Feb 8 19:48:51 2021 -0800

    CI: Apply timeout multiplier to GCC sanitizer job as well as Clang
    
    Unreviewed, pushing to fix merge requests.

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 65751b20..fc907c8a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -86,6 +86,7 @@ sanitizer_gcc:
   variables:
     TASK_ID: "fedora-x86_64-gcc-default-ubsan_asan-check"
     CONFIG_OPTS: -Db_sanitize=address,undefined
+    TEST_OPTS: --timeout-multiplier=2
   except:
     - schedules
 


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