Skip to content

Commit

Permalink
[integ-tests] Increase timeout for cloudinit completion in scheduler …
Browse files Browse the repository at this point in the history
…plugin test

We don't want this test to fail in case a node is slow at bootstrap. That condition
will need to be covered by a dedicated test case.

Signed-off-by: Francesco De Martino <[email protected]>
  • Loading branch information
demartinofra authored and hanwen-pcluste committed Dec 21, 2022
1 parent 58d5464 commit fa45d1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def _wait_instance_running(ec2_client, instance_ids):
)


@retry(wait_fixed=seconds(10), stop_max_delay=minutes(3))
@retry(wait_fixed=seconds(10), stop_max_delay=minutes(5))
def _wait_compute_cloudinit_done(command_executor, compute_node):
"""Wait till cloud-init complete on a given compute node"""
compute_node_private_ip = compute_node.get("privateIpAddress")
Expand Down

0 comments on commit fa45d1a

Please sign in to comment.