Signed-off-by: John Howard <jhoward@microsoft.com>
| ... | ... |
@@ -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 |
} |