Skip to content

Commit 736d320

Browse files
committed
increase timeout for xpu
1 parent 4d72f8a commit 736d320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/xpu_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
test:
2222
# Don't run on forked repos or empty test matrix
2323
# if: github.repository_owner == 'pytorch' && toJSON(fromJSON(inputs.test-matrix).include) != '[]'
24-
timeout-minutes: 60
24+
timeout-minutes: 120
2525
runs-on: linux.idc.xpu
2626
env:
2727
DOCKER_IMAGE: ci-image:pytorch-linux-noble-xpu-n-py3
@@ -166,7 +166,7 @@ jobs:
166166
GITHUB_RUN_NUMBER: ${{ github.run_number }}
167167
GITHUB_RUN_ATTEMPT: ${{ github.run_attempt }}
168168
SHA1: ${{ github.event.pull_request.head.sha || github.sha }}
169-
timeout-minutes: 60
169+
timeout-minutes: 120
170170
run: |
171171
set -x
172172

0 commit comments

Comments
 (0)