mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 06:02:18 +00:00
Make e2e pod start timeouts uniform
This commit is contained in:
@@ -115,7 +115,7 @@ var _ = Describe("Secrets", func() {
|
||||
Failf("Failed to create pod: %v", err)
|
||||
}
|
||||
// Wait for client pod to complete.
|
||||
expectNoError(waitForPodRunning(c, clientPod.Name, 60*time.Second))
|
||||
expectNoError(waitForPodRunning(c, clientPod.Name))
|
||||
|
||||
// Grab its logs. Get host first.
|
||||
clientPodStatus, err := c.Pods(ns).Get(clientPod.Name)
|
||||
|
Reference in New Issue
Block a user