Skip to content

Commit

Permalink
sig-proxy test: bump timeout
Browse files Browse the repository at this point in the history
Bump the timeout waiting for the container to process the signal.
The comparatively short timeout is most likely responsible for
flakes in gating tests.

Fixes: containers#16091
Signed-off-by: Valentin Rothberg <[email protected]>
(cherry picked from commit f0ba2d8)
Signed-off-by: Lokesh Mandvekar <[email protected]>
  • Loading branch information
vrothberg authored and lsm5 committed Nov 15, 2022
1 parent 4b914a6 commit 2f0aedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/032-sig-proxy.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f0aedd

Please sign in to comment.