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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-04-22 16:35:22 -07:00
parent 853ed17664
commit 7860f32b96
1 changed files with 1 additions and 1 deletions

View File

@ -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