mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 20:59:30 +00:00
Fix flaky rootless E2E test (#11899)
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user