mirror of
https://github.com/containers/podman.git
synced 2025-11-29 01:28:22 +08:00
Add --time out for podman * rm -f commands
Add --time flag to podman container rm Add --time flag to podman pod rm Add --time flag to podman volume rm Add --time flag to podman network rm Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@@ -200,7 +200,7 @@ var _ = Describe("Podman network connect and disconnect", func() {
|
||||
Expect(exec).Should(Exit(0))
|
||||
|
||||
// make sure no logrus errors are shown https://github.com/containers/podman/issues/9602
|
||||
rm := podmanTest.Podman([]string{"rm", "-f", "test"})
|
||||
rm := podmanTest.Podman([]string{"rm", "--time=0", "-f", "test"})
|
||||
rm.WaitWithDefaultTimeout()
|
||||
Expect(rm).Should(Exit(0))
|
||||
Expect(rm.ErrorToString()).To(Equal(""))
|
||||
|
||||
Reference in New Issue
Block a user