mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-12 09:54:21 +00:00
_live_build: give mock tool installation longer to run
It timed out in a Rawhide update test. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
0ca13cc949
commit
a441a9d7a6
@ -62,7 +62,7 @@ sub run {
|
|||||||
# upload the kickstart so we can check it
|
# upload the kickstart so we can check it
|
||||||
upload_logs "openqa.ks";
|
upload_logs "openqa.ks";
|
||||||
# now install the tools into the mock
|
# now install the tools into the mock
|
||||||
assert_script_run "mock -r openqa --isolation=simple --install bash coreutils glibc-all-langpacks lorax-lmc-novirt selinux-policy-targeted shadow-utils util-linux", 300;
|
assert_script_run "mock -r openqa --isolation=simple --install bash coreutils glibc-all-langpacks lorax-lmc-novirt selinux-policy-targeted shadow-utils util-linux", 600;
|
||||||
# now make the image build directory inside the mock root and put the kickstart there
|
# now make the image build directory inside the mock root and put the kickstart there
|
||||||
assert_script_run 'mock -r openqa --isolation=simple --chroot "mkdir -p /chroot_tmpdir"';
|
assert_script_run 'mock -r openqa --isolation=simple --chroot "mkdir -p /chroot_tmpdir"';
|
||||||
assert_script_run "mock -r openqa --isolation=simple --copyin openqa.ks /chroot_tmpdir";
|
assert_script_run "mock -r openqa --isolation=simple --copyin openqa.ks /chroot_tmpdir";
|
||||||
|
Loading…
Reference in New Issue
Block a user