Browse code

Windows CI Reliablity: TestLogsApiWithStdout

Signed-off-by: John Howard <jhoward@microsoft.com>

John Howard authored on 2016/03/03 03:26:15
Showing 1 changed files
... ...
@@ -46,7 +46,7 @@ func (s *DockerSuite) TestLogsApiWithStdout(c *check.C) {
46 46
 		if !strings.HasSuffix(l.out, "hello") {
47 47
 			c.Fatalf("expected log output to container 'hello', but it does not")
48 48
 		}
49
-	case <-time.After(2 * time.Second):
49
+	case <-time.After(20 * time.Second):
50 50
 		c.Fatal("timeout waiting for logs to exit")
51 51
 	}
52 52
 }