summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Welsh <contact@evanwelsh.com>2021-08-28 16:23:34 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2021-08-29 16:09:00 -0700
commit48d57f6a2a40e78a9d55664ab636a5310f9c61ac (patch)
treea7382c6e50c5b6c069b77ffb5ad2a33786e38d15
parent40670982fd4612306397b7dd2e90de40ad03a415 (diff)
downloadgjs-48d57f6a2a40e78a9d55664ab636a5310f9c61ac.tar.gz
Increase sanitizer timeout multiplier
We seem to have broken the 60 second mark.
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ab94bea0..14cf2f1c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -86,7 +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
+ TEST_OPTS: --timeout-multiplier=3
except:
- schedules
@@ -99,7 +99,7 @@ sanitizer_thread_gcc:
variables:
TASK_ID: "fedora-x86_64-gcc-default-tsan-check"
CONFIG_OPTS: -Db_sanitize=thread
- TEST_OPTS: --timeout-multiplier=2 --suite=thread-safe
+ TEST_OPTS: --timeout-multiplier=3 --suite=thread-safe
except:
- schedules
@@ -323,7 +323,7 @@ sanitizer_clang:
CC: clang
CXX: clang++
CONFIG_OPTS: -Db_sanitize=address,undefined -Db_lundef=false
- TEST_OPTS: --timeout-multiplier=2
+ TEST_OPTS: --timeout-multiplier=3
when: manual
except:
- schedules