Increase timeout

It was too short.

Change-Id: I0d0dc26fe8676c94c93e01d0d645e22a78d677d8
This commit is contained in:
Radosław Piliszek 2024-02-13 13:00:18 +01:00
parent d46f4bc4df
commit 5d1daef250

View File

@ -12,7 +12,7 @@
loop_var: 'zj_item'
- name: Wait for the deployments
command: kubectl wait --for=condition=Available --timeout=120s deployment --all
command: kubectl wait --for=condition=Available --timeout=300s deployment --all
- name: Wait for the remaining resources
include_role: