From f6e21ef132adf1e1c285ce9a2914c177fd900450 Mon Sep 17 00:00:00 2001 From: Christian Schlotter Date: Tue, 3 Dec 2024 16:25:50 +0100 Subject: [PATCH] fix timeout --- test/e2e/config/vsphere.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/config/vsphere.yaml b/test/e2e/config/vsphere.yaml index 66fa38552b..0a14c8914e 100644 --- a/test/e2e/config/vsphere.yaml +++ b/test/e2e/config/vsphere.yaml @@ -347,6 +347,6 @@ intervals: mhc-remediation/mhc-remediation: ["30m", "10s"] node-drain/wait-control-plane: ["15m", "10s"] node-drain/wait-deployment-available: ["3m", "10s"] - node-drain/wait-machine-deleted: ["2m", "10s"] + node-drain/wait-machine-deleted: ["10m", "10s"] node-drain/wait-statefulset-available: ["3m", "10s"] anti-affinity/wait-vm-redistribution: ["5m", "10s"]