Skip to content

Commit 8afdf65

Browse files
increase node delete timeout
1 parent d8ddd80 commit 8afdf65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extended/machine_config/helpers.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ func WaitForNodeToBeDeleted(oc *exutil.CLI, nodeName string) error {
867867

868868
framework.Logf("Node %v still exists.", nodeName)
869869
return false
870-
}, 7*time.Minute, 3*time.Second).Should(o.BeTrue())
870+
}, 10*time.Minute, 3*time.Second).Should(o.BeTrue())
871871
return nil
872872
}
873873

0 commit comments

Comments
 (0)