Skip to content

Commit

Permalink
[Data] Bump batch_inference_hetero timeout (#49348)
Browse files Browse the repository at this point in the history
#49012 decreased number of GPUs
for `batch_inference_hetero` from 40 to 10. As a result, the test has
been timeing out. This PR fixes the test by bumping up the timeout.

---------

Signed-off-by: Balaji Veeramani <[email protected]>
  • Loading branch information
bveeramani authored Dec 20, 2024
1 parent bdd7593 commit 980664e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/release_data_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@
cluster_compute: autoscaling_hetero_compute.yaml

run:
timeout: 3600
timeout: 7200
script: >
python gpu_batch_inference.py
--data-directory 10T-image-data-synthetic-raw-parquet --data-format parquet
Expand Down

0 comments on commit 980664e

Please sign in to comment.