Skip to content

Commit

Permalink
[ci] Lift GitHub CI timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
feisuzhu committed Oct 10, 2022
1 parent 38c0277 commit 1500c24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1500c24

Please sign in to comment.