Skip to content

Commit fa45d1a

Browse files
demartinofrahanwen-pcluste
authored andcommitted
[integ-tests] Increase timeout for cloudinit completion in scheduler 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 <fdm@amazon.com>
1 parent 58d5464 commit fa45d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-tests/tests/scheduler_plugin/test_scheduler_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def _wait_instance_running(ec2_client, instance_ids):
257257
)
258258

259259

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

0 commit comments

Comments
 (0)