Commit 1f20bd67 authored by Derek Nola's avatar Derek Nola

Fix flaky rootless E2E test

parent 1b9f3373
......@@ -111,7 +111,7 @@ var _ = Describe("Various Startup Configurations", Ordered, func() {
_, _ = e2e.ParseNodes(tc.KubeconfigFile, false)
Eventually(func() error {
return tests.AllPodsUp(tc.KubeconfigFile)
return tests.CheckDefaultDeployments(tc.KubeconfigFile)
}, "360s", "5s").Should(Succeed())
e2e.DumpPods(tc.KubeconfigFile)
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment