switch-to-configuration-ng: increase dbus timeout to 10s (#385997)
This commit is contained in:
@@ -892,12 +892,12 @@ fn new_dbus_proxies(
|
||||
conn.with_proxy(
|
||||
"org.freedesktop.systemd1",
|
||||
"/org/freedesktop/systemd1",
|
||||
Duration::from_millis(5000),
|
||||
Duration::from_millis(10000),
|
||||
),
|
||||
conn.with_proxy(
|
||||
"org.freedesktop.login1",
|
||||
"/org/freedesktop/login1",
|
||||
Duration::from_millis(5000),
|
||||
Duration::from_millis(10000),
|
||||
),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user