From f0ba2d89e8616e5983dbd4a578bb611f81852a18 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Tue, 25 Oct 2022 15:12:56 +0200 Subject: [PATCH] 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: #16091 Signed-off-by: Valentin Rothberg --- test/system/032-sig-proxy.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/032-sig-proxy.bats b/test/system/032-sig-proxy.bats index 686df0e1bb..808bfe3114 100644 --- a/test/system/032-sig-proxy.bats +++ b/test/system/032-sig-proxy.bats @@ -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