mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-07 20:39:22 +00:00
ci.ocp: Increase the mcp update timeout
we're hitting this timeout quite often, looks like newer OCP takes longer to reconfigure. Increase the timeout to 1200. Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
This commit is contained in:
parent
cc02329fd1
commit
7ff2eb508e
@ -96,7 +96,7 @@ wait_for_reboot() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
wait_mcp_update() {
|
wait_mcp_update() {
|
||||||
local delta="${1:-900}"
|
local delta="${1:-1200}"
|
||||||
local sleep_time=30
|
local sleep_time=30
|
||||||
# The machineconfigpool is fine when all the workers updated and are ready,
|
# The machineconfigpool is fine when all the workers updated and are ready,
|
||||||
# and none are degraded.
|
# and none are degraded.
|
||||||
|
Loading…
Reference in New Issue
Block a user