From 0b46d62199a632c055ead93fd55d90844edbef17 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Thu, 29 Jul 2021 16:29:53 +0300 Subject: [PATCH] ci: bump timeout-minutes for the sanitize jobs to 180 --- .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 3c60434454..c73b3c644a 100644 --- a/.github/workflows/ci_sanitized.yml +++ b/.github/workflows/ci_sanitized.yml @@ -18,7 +18,7 @@ jobs: tests-sanitize-undefined-clang: needs: no-scheduling runs-on: ubuntu-20.04 - timeout-minutes: 120 + timeout-minutes: 180 env: VFLAGS: -cc clang VJOBS: 1 @@ -44,7 +44,7 @@ jobs: tests-sanitize-undefined-gcc: needs: no-scheduling runs-on: ubuntu-20.04 - timeout-minutes: 120 + timeout-minutes: 180 env: VFLAGS: -cc gcc VJOBS: 1 @@ -69,7 +69,7 @@ jobs: tests-sanitize-address-clang: needs: no-scheduling runs-on: ubuntu-20.04 - timeout-minutes: 120 + timeout-minutes: 180 env: VFLAGS: -cc clang VJOBS: 1 @@ -99,7 +99,7 @@ jobs: tests-sanitize-address-msvc: needs: no-scheduling runs-on: windows-2019 - timeout-minutes: 120 + timeout-minutes: 180 env: VFLAGS: -cc msvc VJOBS: 1 @@ -126,7 +126,7 @@ jobs: tests-sanitize-address-gcc: needs: no-scheduling runs-on: ubuntu-20.04 - timeout-minutes: 120 + timeout-minutes: 180 env: VFLAGS: -cc gcc VJOBS: 1 @@ -156,7 +156,7 @@ jobs: tests-sanitize-memory-clang: needs: no-scheduling runs-on: ubuntu-20.04 - timeout-minutes: 120 + timeout-minutes: 180 env: VFLAGS: -cc clang VJOBS: 1