Merge pull request #18143 from gmarek/timeout

Increase timeout in e2e downward API test
This commit is contained in:
Marek Grabowski 2015-12-03 10:53:22 +01:00
commit 011fb5c044

View File

@ -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) {