Browse code

TestRunRedirectStdout kept failing with timed out.

Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)

Jessica Frazelle authored on 2014/10/23 07:51:14
Showing 1 changed files
... ...
@@ -2266,7 +2266,7 @@ func TestRunRedirectStdout(t *testing.T) {
2266 2266
 		}()
2267 2267
 
2268 2268
 		select {
2269
-		case <-time.After(time.Second):
2269
+		case <-time.After(2 * time.Second):
2270 2270
 			t.Fatal("command timeout")
2271 2271
 		case <-ch:
2272 2272
 		}