Give live image tool install longer to run

It's timing out on stg quite a lot.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-09-19 12:47:35 -07:00
parent bc20de5f14
commit 413dba4c95
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ sub run {
assert_script_run "mount /var/lib/mock";
}
# install the tools we need
assert_script_run "dnf -y install mock git pykickstart tar", 120;
assert_script_run "dnf -y install mock git pykickstart tar", 300;
# base mock config on original
assert_script_run "echo \"include('/etc/mock/fedora-${mockver}-${arch}.cfg')\" > /etc/mock/openqa.cfg";
# make the side and workarounds repos and the serial device available inside the mock root