Skip to content

Commit eee1d6e

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
[integ-test] [integ-test] Increase sleep time waiting for head node reboot from 240 to 300 seconds when running in US isolated regions
Signed-off-by: Hanwen <hanwenli@amazon.com>
1 parent c50a767 commit eee1d6e

File tree

1 file changed

+1
-1
lines changed
  • tests/integration-tests/tests/common

1 file changed

+1
-1
lines changed

tests/integration-tests/tests/common/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def reboot_head_node(cluster, remote_command_executor=None):
295295
wait_head_node_running(cluster)
296296
# Wait time is required for the head node to complete the reboot.
297297
# We observed that headnode in US isolated regions may take more time to reboot.
298-
time.sleep(240 if "us-iso" in cluster.region else 120)
298+
time.sleep(300 if "us-iso" in cluster.region else 120)
299299
logging.info(f"Rebooted head node for cluster: {cluster.name}")
300300

301301

0 commit comments

Comments
 (0)