Commit 7034b96c authored by Derek Nola's avatar Derek Nola Committed by Brad Davidson

Fix flaky rootless E2E test

parent 7fc12764
......@@ -108,7 +108,7 @@ var _ = Describe("Various Startup Configurations", Ordered, func() {
e2e.DumpNodes(tc.KubeconfigFile)
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