@@ -220,8 +220,7 @@ var _ = Describe("Podman prune", func() {
220
220
session = podmanTest .Podman ([]string {"pod" , "start" , podid1 })
221
221
session .WaitWithDefaultTimeout ()
222
222
Expect (session ).Should (ExitCleanly ())
223
-
224
- session = podmanTest .Podman ([]string {"pod" , "stop" , podid1 })
223
+ session = podmanTest .Podman ([]string {"pod" , "stop" , "-t0" , podid1 })
225
224
session .WaitWithDefaultTimeout ()
226
225
Expect (session ).Should (ExitCleanly ())
227
226
@@ -294,8 +293,7 @@ var _ = Describe("Podman prune", func() {
294
293
session = podmanTest .Podman ([]string {"pod" , "start" , podid1 })
295
294
session .WaitWithDefaultTimeout ()
296
295
Expect (session ).Should (ExitCleanly ())
297
-
298
- session = podmanTest .Podman ([]string {"pod" , "stop" , podid1 })
296
+ session = podmanTest .Podman ([]string {"pod" , "stop" , "-t0" , podid1 })
299
297
session .WaitWithDefaultTimeout ()
300
298
Expect (session ).Should (ExitCleanly ())
301
299
@@ -327,8 +325,7 @@ var _ = Describe("Podman prune", func() {
327
325
session = podmanTest .Podman ([]string {"pod" , "start" , podid1 })
328
326
session .WaitWithDefaultTimeout ()
329
327
Expect (session ).Should (ExitCleanly ())
330
-
331
- session = podmanTest .Podman ([]string {"pod" , "stop" , podid1 })
328
+ session = podmanTest .Podman ([]string {"pod" , "stop" , "-t0" , podid1 })
332
329
session .WaitWithDefaultTimeout ()
333
330
Expect (session ).Should (ExitCleanly ())
334
331
0 commit comments