Skip to content

Commit 512b5d6

Browse files
jerryzh168huydhn
andauthored
Fix github CI error (#409)
* Fix github CI error Summary: Recently the cuda nightly job failed with "Error: The operation was canceled." Probably due to timeout, so we can increase the time a bit" Test Plan: CI Reviewers: Subscribers: Tasks: Tags: * Update regression_test.yml use timeout --------- Co-authored-by: Huy Do <huydhn@gmail.com>
1 parent 2eb08be commit 512b5d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/regression_test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454

5555
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
5656
with:
57+
timeout: 60
5758
runner: ${{ matrix.runs-on }}
5859
gpu-arch-type: ${{ matrix.gpu-arch-type }}
5960
gpu-arch-version: ${{ matrix.gpu-arch-version }}

0 commit comments

Comments
 (0)