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