Skip to content

Commit

Permalink
bump the timeout for CI (#5470)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCaoG authored Aug 19, 2023
1 parent 909f28f commit 76495f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ on:
jobs:
build:
runs-on: ${{ inputs.runner }}
timeout-minutes: 60
timeout-minutes: 90
outputs:
docker-image: ${{ steps.upload-docker-image.outputs.docker-image }}
env:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
name: Build & Test
on:
pull_request:
branches:
Expand Down Expand Up @@ -45,7 +44,7 @@ jobs:
with:
docker-image: ${{ needs.build.outputs.docker-image }}
runner: linux.8xlarge.nvidia.gpu
timeout-minutes: 180
timeout-minutes: 240
disable-xrt: 1
secrets:
gcloud-service-key: ${{ secrets.GCLOUD_SERVICE_KEY }}
Expand Down

0 comments on commit 76495f0

Please sign in to comment.