Skip to content

Commit

Permalink
Increase time limit for conda builds to 90 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Nov 27, 2024
1 parent 59aeaca commit 90f0c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
if: ${{ inputs.conda_run_build }}
needs: [documentation, test]
runs-on: linux-amd64-gpu-v100-latest-1
timeout-minutes: 60
timeout-minutes: 90
container:
image: ${{ inputs.base_container }}
options: --cap-add=sys_nice
Expand Down

0 comments on commit 90f0c45

Please sign in to comment.