Skip to content

Commit 1afde78

Browse files
vrothbergopenshift-cherrypick-robot
authored and
openshift-cherrypick-robot
committed
sig-proxy test: bump timeout
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]>
1 parent 4b914a6 commit 1afde78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/system/032-sig-proxy.bats

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ load helpers
2424

2525
# Signal, and wait for container to exit
2626
kill -INT $kidpid
27-
local timeout=5
27+
local timeout=10
2828
while :;do
2929
sleep 0.5
3030
run_podman logs foo

0 commit comments

Comments
 (0)