From c4e962bd9f0f55ceb3ba05f8b0fb8dcf3e1333ec Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Wed, 14 Jul 2021 09:14:06 +0300 Subject: [PATCH] ci: try to bump timeout-minutes to 120 --- .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 67f4b1606b..dce157e344 100644 --- a/.github/workflows/ci_sanitized.yml +++ b/.github/workflows/ci_sanitized.yml @@ -11,7 +11,7 @@ on: jobs: tests-sanitize-undefined-clang: runs-on: ubuntu-20.04 - timeout-minutes: 60 + timeout-minutes: 120 env: VFLAGS: -cc clang VJOBS: 1 @@ -36,7 +36,7 @@ jobs: tests-sanitize-undefined-gcc: runs-on: ubuntu-20.04 - timeout-minutes: 60 + timeout-minutes: 120 env: VFLAGS: -cc gcc VJOBS: 1 @@ -60,7 +60,7 @@ jobs: tests-sanitize-address-clang: runs-on: ubuntu-20.04 - timeout-minutes: 60 + timeout-minutes: 120 env: VFLAGS: -cc clang VJOBS: 1 @@ -89,7 +89,7 @@ jobs: tests-sanitize-address-msvc: runs-on: windows-2019 - timeout-minutes: 60 + timeout-minutes: 120 env: VFLAGS: -cc msvc VJOBS: 1 @@ -115,7 +115,7 @@ jobs: tests-sanitize-address-gcc: runs-on: ubuntu-20.04 - timeout-minutes: 60 + timeout-minutes: 120 env: VFLAGS: -cc gcc VJOBS: 1 @@ -144,7 +144,7 @@ jobs: tests-sanitize-memory-clang: runs-on: ubuntu-20.04 - timeout-minutes: 60 + timeout-minutes: 120 env: VFLAGS: -cc clang VJOBS: 1