1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-02-16 12:34:32 +00:00

Prolong install time.

This commit is contained in:
Lukas Ruzicka 2022-09-23 12:44:01 +02:00
parent 23d2a8737b
commit 2a9f5bedd0

View File

@ -12,7 +12,7 @@ sub run {
$self->root_console(tty => 3);
# Install will-crash -> we will use this to generate some Abrt problems.
assert_script_run("dnf install -y will-crash", timeout => 120);
assert_script_run("dnf install -y will-crash", timeout => 300);
# As a workaround for BZ#2128662, we will restart the Abrt service
assert_script_run("systemctl restart abrt-journal-core");
# Return to Desktop