We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fee5dc commit dff51f9Copy full SHA for dff51f9
1 file changed
parts/linux/cloud-init/artifacts/cse_helpers.sh
@@ -665,7 +665,7 @@ waitForContainerdReady() {
665
local ret=0
666
667
echo "Waiting for containerd to become ready..."
668
- retrycmd_if_failure 60 0.1 1 bash -c 'ctr version >/dev/null 2>&1'
+ retrycmd_if_failure 120 0.1 1 bash -c 'ctr version >/dev/null 2>&1'
669
ret=$?
670
if [ "$ret" -ne 0 ]; then
671
echo "containerd did not become ready"
0 commit comments