mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-05-17 14:01:34 +00:00
Prolong install time.
This commit is contained in:
parent
23d2a8737b
commit
2a9f5bedd0
@ -12,7 +12,7 @@ sub run {
|
|||||||
$self->root_console(tty => 3);
|
$self->root_console(tty => 3);
|
||||||
|
|
||||||
# Install will-crash -> we will use this to generate some Abrt problems.
|
# 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
|
# As a workaround for BZ#2128662, we will restart the Abrt service
|
||||||
assert_script_run("systemctl restart abrt-journal-core");
|
assert_script_run("systemctl restart abrt-journal-core");
|
||||||
# Return to Desktop
|
# Return to Desktop
|
||||||
|
Loading…
Reference in New Issue
Block a user