Skip to content

Commit

Permalink
Increase timeout to 20 mins and change PT 2.2 schedule. (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
zpcore authored Dec 20, 2023
1 parent 91a9bb1 commit 7b35d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/experimental.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ local volumes = import 'templates/volumes.libsonnet';
# Retry every 30 seconds for up to 10 minutes
start_time="$(date -u +%%s)"
for i in {1..20}; do
for i in {1..40}; do
set +e
gcloud alpha compute tpus tpu-vm create ${tpu_name} \
--accelerator-type=%(acceleratorName)s \
Expand Down
2 changes: 1 addition & 1 deletion tests/pytorch/r2.2/common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ local volumes = import 'templates/volumes.libsonnet';
},
},
Functional:: mixins.Functional {
schedule: '0 7 * * *',
schedule: '0 8 * * *',
tpuSettings+: {
preemptible: false,
},
Expand Down

0 comments on commit 7b35d2d

Please sign in to comment.