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