From 886abcdf593d40ceacede659e2f28f442bbd9f36 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Thu, 17 Nov 2022 17:35:51 +0200 Subject: [PATCH] ci: bump timeout-minutes to 240, for all sanitized jobs --- .github/workflows/ci_sanitized.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci_sanitized.yml b/.github/workflows/ci_sanitized.yml index 324965f4eb..48162360d9 100644 --- a/.github/workflows/ci_sanitized.yml +++ b/.github/workflows/ci_sanitized.yml @@ -77,7 +77,7 @@ jobs: tests-sanitize-undefined-clang: runs-on: ubuntu-20.04 if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v' - timeout-minutes: 180 + timeout-minutes: 240 env: VFLAGS: -cc clang VJOBS: 1 @@ -105,7 +105,7 @@ jobs: tests-sanitize-undefined-gcc: runs-on: ubuntu-20.04 if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v' - timeout-minutes: 180 + timeout-minutes: 240 env: VFLAGS: -cc gcc VJOBS: 1 @@ -132,7 +132,7 @@ jobs: tests-sanitize-address-clang: runs-on: ubuntu-20.04 if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v' - timeout-minutes: 180 + timeout-minutes: 240 env: VFLAGS: -cc clang VJOBS: 1 @@ -164,7 +164,7 @@ jobs: tests-sanitize-address-msvc: runs-on: windows-2019 if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v' - timeout-minutes: 180 + timeout-minutes: 240 env: VFLAGS: -cc msvc VJOBS: 1 @@ -196,7 +196,7 @@ jobs: tests-sanitize-address-gcc: runs-on: ubuntu-20.04 if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v' - timeout-minutes: 180 + timeout-minutes: 240 env: VFLAGS: -cc gcc VJOBS: 1 @@ -228,7 +228,7 @@ jobs: tests-sanitize-memory-clang: runs-on: ubuntu-20.04 if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v' - timeout-minutes: 180 + timeout-minutes: 240 env: VFLAGS: -cc clang -gc none VJOBS: 1