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 df6798d commit af2a47aCopy full SHA for af2a47a
.github/workflows/build_and_test.yml
@@ -41,7 +41,7 @@ jobs:
41
needs: [check_code_changes]
42
with:
43
dev-image: us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:3.12_tpuvm
44
- timeout-minutes: 45 # Takes ~20m as of 2025/5/30.
+ timeout-minutes: 50 # Takes ~50m as of 2025/10/28 (without the remote cache).
45
# We should build PyTorch and PyTorch/XLA if:
46
# 1. There are code changes.
47
# 2. This is a `push` event to `master` or release branches.
0 commit comments