test: do not wait 10 seconds before killing myyaml

the "run_podman rm -a -f" cleanup would take a long time since myyaml
doesn't exit immediately.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano
2023-04-27 12:46:43 +02:00
parent 891bc117e4
commit 2932208c2a

View File

@ -480,8 +480,7 @@ _EOF
is "$output" ".*Error: inspecting object: no such object: \"test_pod-test\""
run_podman pod rm -a -f
run_podman rm -a -f
run_podman rm -f -t0 myyaml
run_podman rm -a -f -t0
}
@test "podman play with init container" {