Skip to content

Commit 5077852

Browse files
kaiyuan-lifacebook-github-bot
authored andcommitted
increase timeout limit for test-cuda GH workflow (#480)
Summary: Pull Request resolved: #480 https://fb.workplace.com/groups/4571909969591489/permalink/24026214373734425/ indicates that the `test-cuda` workflow timed out. So this diff tries to increase the timeout limit. Reviewed By: suo Differential Revision: D78024763 fbshipit-source-id: 2f1773c62e316d0c2fca268ea054b57158d804cd
1 parent 8bfb112 commit 5077852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
gpu-arch-type: "cuda"
2727
gpu-arch-version: "12.6"
2828
with:
29-
timeout: 60
29+
timeout: 120
3030
runner: ${{ matrix.runs-on }}
3131
gpu-arch-type: ${{ matrix.gpu-arch-type }}
3232
gpu-arch-version: ${{ matrix.gpu-arch-version }}

0 commit comments

Comments
 (0)