Browse code

integration/container: Increase stop timeout for TestWaitRestartedContainer

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>

Paweł Gronowski authored on 2025/03/12 21:59:37
Showing 1 changed files
... ...
@@ -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 {