Skip to content

Commit 51e6fb4

Browse files
tests: increase timeout for node joining MCP
1 parent 7da3e1c commit 51e6fb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/extended/machine_config/pinnedimages.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ func waitTillNodeReadyWithConfig(kubeClient *kubernetes.Clientset, nodeName, cur
615615
}
616616
framework.Logf("Node '%s' has is not yet ready and has the current config `%v`", nodeName, currentConfig)
617617
return false
618-
}, 5*time.Minute, 10*time.Second).Should(o.BeTrue(), "Timed out waiting for Node '%s' to have rendered-worker config.", nodeName)
618+
}, 10*time.Minute, 10*time.Second).Should(o.BeTrue(), "Timed out waiting for Node '%s' to have rendered-worker config.", nodeName)
619619
}
620620

621621
// `unlabelNode` removes the `node-role.kubernetes.io/custom` label from the node with the input

0 commit comments

Comments
 (0)