diff --git a/test/aws/scaleup.yml b/test/aws/scaleup.yml index 32b38edd002..ad6644d0477 100644 --- a/test/aws/scaleup.yml +++ b/test/aws/scaleup.yml @@ -134,3 +134,6 @@ name: "{{ item }}" state: absent with_items: "{{ pre_scaleup_workers_name }}" + + - name: Wait for worker configs to roll out + command: oc wait machineconfigpool/worker --for=condition=Updated --timeout=5m