From 7860f32b9657a9de8f4edb748d7c0e629144c84f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 22 Apr 2023 16:35:22 -0700 Subject: [PATCH] Give podman a bit longer to install It's taking quite a while in Rawhide ATM, seemingly due to a scriptlet in a dependency. 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 435d2d07..d85c86e1 100644 --- a/tests/podman.pm +++ b/tests/podman.pm @@ -10,7 +10,7 @@ sub run { my $self = shift; $self->root_console(tty => 3); # on non-canned flavors, we need to install podman - assert_script_run "dnf -y install podman", 180 unless (get_var("CANNED")); + assert_script_run "dnf -y install podman", 240 unless (get_var("CANNED")); # check podman is installed assert_script_run "rpm -q podman"; # check to see if you can pull an image from the registry