Skip to content

Commit 6e6be9d

Browse files
committed
Wait for update to complete in test_api
1 parent 03f4dc8 commit 6e6be9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration-tests/tests/pcluster_api/test_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ def _test_cluster_workflow(
302302
with open(updated_config_file, encoding="utf-8") as config_file:
303303
updated_cluster_config = config_file.read()
304304
_test_update_cluster(region, cluster_operations_client, cluster_name, updated_cluster_config)
305+
cluster.wait_cluster_status("UPDATE_COMPLETE")
305306

306307
head_node = _test_describe_cluster_head_node(region, cluster_instances_client, cluster_name)
307308
compute_node_map = _test_describe_cluster_compute_nodes(region, cluster_instances_client, cluster_name)

0 commit comments

Comments
 (0)