From 584ed9b2c4a51170c338836ede2ba94b33d59c9b Mon Sep 17 00:00:00 2001 From: Salvatore Dario Minonne Date: Mon, 7 Dec 2015 16:44:07 +0100 Subject: [PATCH] rising timeout for mount-tester image --- 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 4bfc43dc38d..9444ca82941 100644 --- a/test/e2e/downwardapi_volume.go +++ b/test/e2e/downwardapi_volume.go @@ -156,7 +156,7 @@ func downwardAPIVolumePod(name string, labels, annotations map[string]string, fi { Name: "client-container", Image: "gcr.io/google_containers/mounttest:0.6", - Command: []string{"/mt", "--break_on_expected_content=false", "--retry_time=10", "--file_content_in_loop=" + filePath}, + Command: []string{"/mt", "--break_on_expected_content=false", "--retry_time=120", "--file_content_in_loop=" + filePath}, VolumeMounts: []api.VolumeMount{ { Name: "podinfo",