Commit 011fb5c0 authored by Marek Grabowski's avatar Marek Grabowski

Merge pull request #18143 from gmarek/timeout

Increase timeout in e2e downward API test
parents ffdfc68d c1cf6b97
......@@ -30,7 +30,7 @@ import (
)
// How long to wait for a log pod to be displayed
const podLogTimeout = 15 * time.Second
const podLogTimeout = 45 * time.Second
// utility function for gomega Eventually
func getPodLogs(c *client.Client, namespace, podName, containerName string) (string, error) {
......
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