mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +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
|
||||
kill -INT $kidpid
|
||||
local timeout=5
|
||||
local timeout=10
|
||||
while :;do
|
||||
sleep 0.5
|
||||
run_podman logs foo
|
||||
|
Reference in New Issue
Block a user