We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d72f8a commit 736d320Copy full SHA for 736d320
.github/workflows/xpu_test.yml
@@ -21,7 +21,7 @@ jobs:
21
test:
22
# Don't run on forked repos or empty test matrix
23
# if: github.repository_owner == 'pytorch' && toJSON(fromJSON(inputs.test-matrix).include) != '[]'
24
- timeout-minutes: 60
+ timeout-minutes: 120
25
runs-on: linux.idc.xpu
26
env:
27
DOCKER_IMAGE: ci-image:pytorch-linux-noble-xpu-n-py3
@@ -166,7 +166,7 @@ jobs:
166
GITHUB_RUN_NUMBER: ${{ github.run_number }}
167
GITHUB_RUN_ATTEMPT: ${{ github.run_attempt }}
168
SHA1: ${{ github.event.pull_request.head.sha || github.sha }}
169
170
run: |
171
set -x
172
0 commit comments