mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
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:
@ -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" {
|
||||
|
Reference in New Issue
Block a user