Commit b13e48c4 authored by Fabian Müller's avatar Fabian Müller
Browse files

Allow pipeline schedule E to complete

In the last build, the pipeline almost completed, but the last build timed out at 99% completion of the tests. We don't need a too strict timeout, though, and therefore can just increase it a bit.
parent ce97dbf5
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1763,7 +1763,7 @@ ltv-msan:
    - .sanitizer-selftest-ltv
  rules:
    - if: $SANITIZER_SCHEDULE_E
  timeout: 4 hour
  timeout: 4 hours
  tags:
    - ivas-linux-fast
  before_script:
@@ -1783,7 +1783,7 @@ ltv-asan:
      start_in: 4 hours
  tags:
    - ivas-linux-fast
  timeout: 3 hour
  timeout: 4 hours
  before_script:
    - CLANG_NUM=2
    - SELFTEST_SANITY_TIMEOUT=$TESTCASE_TIMEOUT_LTV_SANITIZERS
@@ -1801,7 +1801,7 @@ ltv-usan:
      start_in: 7 hours
  tags:
    - ivas-linux-fast
  timeout: 3 hour
  timeout: 4 hours
  before_script:
    - CLANG_NUM=3
    - SELFTEST_SANITY_TIMEOUT=$TESTCASE_TIMEOUT_LTV_SANITIZERS