mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Merge pull request #16287 from vrothberg/fix-16091
sig-proxy test: bump timeout
This commit is contained in:
@ -24,7 +24,7 @@ load helpers
|
|||||||
|
|
||||||
# Signal, and wait for container to exit
|
# Signal, and wait for container to exit
|
||||||
kill -INT $kidpid
|
kill -INT $kidpid
|
||||||
local timeout=5
|
local timeout=10
|
||||||
while :;do
|
while :;do
|
||||||
sleep 0.5
|
sleep 0.5
|
||||||
run_podman logs foo
|
run_podman logs foo
|
||||||
|
Reference in New Issue
Block a user