1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-27 09:35:48 +00:00

Add wait time.

This commit is contained in:
Lukáš Růžička 2025-08-04 15:28:56 +02:00 committed by Adam Williamson
parent b9b1dfbe27
commit b766a041e8

View File

@ -17,7 +17,7 @@ sub run {
# Switch to console and install the necessary packages.
$self->root_console(tty => 3);
assert_script_run("dnf install -y freerdp", timeout => 60);
assert_script_run("dnf install -y freerdp", timeout => 120);
# Return to the desktop
desktop_vt();