Skip to content

Commit 6abf9ba

Browse files
authored
Merge pull request #213 from menloresearch/ci/increase-timeout-menlo-build
ci: increase timeout for build and test job
2 parents 6ef69ba + 5ad5d64 commit 6abf9ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/menlo-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
build-and-test:
5757
runs-on: ${{ matrix.runs-on }}
5858
needs: [create-draft-release]
59-
timeout-minutes: 100
59+
timeout-minutes: 180
6060
strategy:
6161
fail-fast: false
6262
matrix:
@@ -630,4 +630,4 @@ jobs:
630630
upload_url: ${{ needs.create-draft-release.outputs.upload_url }}
631631
asset_path: /tmp/cudart-llama-bin-win-cu11.7-x64.tar.gz
632632
asset_name: cudart-llama-bin-win-cu11.7-x64.tar.gz
633-
asset_content_type: application/gzip
633+
asset_content_type: application/gzip

0 commit comments

Comments
 (0)