mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-08-29 18:45:46 +00:00
Do not wait for command confirmation.
This commit is contained in:
parent
afb595c2e3
commit
3ac3c5d903
@ -23,7 +23,7 @@ sub run {
|
|||||||
# When the subsequent scripts wait for the server to complete the settings,
|
# 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
|
# the machines go to sleep and waking them up is unreliable when we need
|
||||||
# them. Let us switch off that behaviour first.
|
# 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/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/session/idle-delay 0");
|
||||||
enter_cmd("dconf write /org/gnome/desktop/screensaver/lock-enabled false");
|
enter_cmd("dconf write /org/gnome/desktop/screensaver/lock-enabled false");
|
||||||
|
Loading…
Reference in New Issue
Block a user