From c1cf6b9704e90d9b89b490b8c40222f7b19f0fc1 Mon Sep 17 00:00:00 2001 From: gmarek Date: Thu, 3 Dec 2015 10:48:16 +0100 Subject: [PATCH] Increase timeout in e2e downward API test --- test/e2e/downwardapi_volume.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/downwardapi_volume.go b/test/e2e/downwardapi_volume.go index afc689fea03..4bfc43dc38d 100644 --- a/test/e2e/downwardapi_volume.go +++ b/test/e2e/downwardapi_volume.go @@ -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) {