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]>
  • Loading branch information
vrothberg committed Oct 25, 2022
1 parent 045a190 commit f0ba2d8
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 f0ba2d8

Please sign in to comment.