Skip to content

Commit bf8aea5

Browse files
committed
bigger instance and longer timeout
1 parent 9451043 commit bf8aea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-linux-gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
fail-fast: false
2222
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
2323
with:
24-
runner: linux.4xlarge.nvidia.gpu
24+
runner: linux.8xlarge.nvidia.gpu
2525
repository: pytorch/vision
2626
gpu-arch-type: cuda
2727
gpu-arch-version: ${{ matrix.cuda_arch_version }}
28-
timeout: 60
28+
timeout: 120
2929
script: |
3030
# Mark Build Directory Safe
3131
git config --global --add safe.directory /__w/vision/vision

0 commit comments

Comments
 (0)