1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-29 10:35:58 +00:00

Do not wait for command confirmation.

This commit is contained in:
Lukáš Růžička 2025-08-05 11:56:01 +02:00 committed by Adam Williamson
parent afb595c2e3
commit 3ac3c5d903

View File

@ -23,7 +23,7 @@ sub run {
# When the subsequent scripts wait for the server to complete the settings,
# the machines go to sleep and waking them up is unreliable when we need
# them. Let us switch off that behaviour first.
assert_script_run("su $login", timeout => 20);
enter_cmd("su $login");
enter_cmd("dconf write /org/gnome/settings-daemon/plugins/power/idle-dim false");
enter_cmd("dconf write /org/gnome/desktop/session/idle-delay 0");
enter_cmd("dconf write /org/gnome/desktop/screensaver/lock-enabled false");