From d6e453b66564492e5050a4612a4a8b5270a2b9b5 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 14 Apr 2025 08:45:15 -0700 Subject: [PATCH] podman: give test install command even longer to run Signed-off-by: Adam Williamson --- tests/podman.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/podman.pm b/tests/podman.pm index 311279dd..616bab34 100644 --- a/tests/podman.pm +++ b/tests/podman.pm @@ -21,7 +21,7 @@ sub run { } else { # install podman and run the upstream integration tests - assert_script_run "dnf -y install podman podman-tests bats", 300; + assert_script_run "dnf -y install podman podman-tests bats", 600; # needed so we exit 1 when the bats command fails assert_script_run "set -o pipefail"; assert_script_run "bats --filter-tags distro-integration /usr/share/podman/test/system | tee /tmp/podman-bats.txt", 600;