Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
| ... | ... |
@@ -210,7 +210,7 @@ func TestWaitRestartedContainer(t *testing.T) {
|
| 210 | 210 |
// Container is running now, wait for exit |
| 211 | 211 |
waitResC, errC := cli.ContainerWait(ctx, containerID, tc.waitCond) |
| 212 | 212 |
|
| 213 |
- timeout := 5 |
|
| 213 |
+ timeout := 10 |
|
| 214 | 214 |
// On Windows it will always timeout, because our process won't receive SIGTERM |
| 215 | 215 |
// Skip to force killing immediately |
| 216 | 216 |
if isWindowDaemon {
|