1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #20875 from Microsoft/jjh/testlogsapiwithstdout

Windows CI Reliablity: TestLogsApiWithStdout
This commit is contained in:
David Calavera 2016-03-02 13:26:39 -08:00
commit 0e0a8ade61

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")
}
}