Prolong install time.

This commit is contained in:
Lukas Ruzicka 2022-09-23 12:44:01 +02:00
parent 23d2a8737b
commit 2a9f5bedd0
1 changed files with 1 additions and 1 deletions

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