Skip to content

Commit 3de503f

Browse files
TroyGardenfacebook-github-bot
authored andcommitted
increase gpu test timeout from 30min to 60min (#3071)
Summary: Pull Request resolved: #3071 # context * enable torchrec OSS GPU CI tests but find it frequently times out * right now the timeout limit is 30 mins so increase it to 60 mins Reviewed By: spmex Differential Revision: D76291745 fbshipit-source-id: 9e0745715de615881e39e24de107ca71d815e21e
1 parent c0670d4 commit 3de503f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
contents: read
7070
with:
7171
runner: ${{ matrix.os }}
72-
timeout: 30
72+
timeout: 60
7373
script: |
7474
ldd --version
7575
conda create -y --name build_binary python=${{ matrix.python.version }}

0 commit comments

Comments
 (0)