[Test] increase timeout for autoscaling shuffle (#17545)

This commit is contained in:
Chen Shen 2021-08-03 23:16:00 -07:00 committed by GitHub
parent cb48f3a712
commit 8393b9add8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,7 @@
compute_template: shuffle/shuffle_compute_autoscaling.yaml
run:
timeout: 3000
timeout: 4000
script: python shuffle/shuffle_test.py --num-partitions=1000 --partition-size=1e9 --no-streaming
# Test multi nodes 1TB streaming shuffle with a large number of partitions.