mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 08:17:37 +00:00
Merge pull request #9404 from ldoktor/ci-mcp-timeout
ci.ocp: Increase the MCP update time
This commit is contained in:
commit
c85e1ca674
@ -96,7 +96,7 @@ wait_for_reboot() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
wait_mcp_update() {
|
wait_mcp_update() {
|
||||||
local delta="${1:-1200}"
|
local delta="${1:-3600}"
|
||||||
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