Windows CI Reliablity: TestLogsApiWithStdout

Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: 76a400929343dd9200a2129c561e311c3efaf4cb
Component: engine
This commit is contained in:
John Howard
2016-03-02 10:26:15 -08:00
parent 07a52ba87f
commit 7af9092c0e

View File

@ -46,7 +46,7 @@ func (s *DockerSuite) TestLogsApiWithStdout(c *check.C) {
if !strings.HasSuffix(l.out, "hello") {
c.Fatalf("expected log output to container 'hello', but it does not")
}
case <-time.After(2 * time.Second):
case <-time.After(20 * time.Second):
c.Fatal("timeout waiting for logs to exit")
}
}