From 1500c24721be0c8399169cb741acce52f0603745 Mon Sep 17 00:00:00 2001 From: Proton Date: Mon, 10 Oct 2022 10:53:34 +0800 Subject: [PATCH] [ci] Lift GitHub CI timeout --- .github/workflows/testing.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 6c5d9a700f56f..8405c122ab133 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -107,7 +107,7 @@ jobs: build_and_test_cpu_linux: name: Build and Test linux (CPU) needs: check_files - timeout-minutes: ${{ github.event.schedule != '0 18 * * *' && 90 || 120 }} + timeout-minutes: ${{ github.event.schedule != '0 18 * * *' && 120 || 180 }} strategy: matrix: include: @@ -196,7 +196,7 @@ jobs: build_and_test_cpu_mac: name: Build and Test macos (CPU) needs: check_files - timeout-minutes: ${{ github.event.schedule != '0 18 * * *' && 60 || 120 }} + timeout-minutes: ${{ github.event.schedule != '0 18 * * *' && 120 || 180 }} strategy: matrix: include: @@ -270,7 +270,7 @@ jobs: llvmVer : '15' - os: windows-2019 llvmVer : '10' - timeout-minutes: ${{ github.event.schedule != '0 18 * * *' && 90 || 180 }} + timeout-minutes: ${{ github.event.schedule != '0 18 * * *' && 120 || 180 }} runs-on: windows-2019 permissions: packages: read