You are not logged in.
I'm trying to connect to a VPN, which when sometimes under load, will usually not connect within the timeout duration set in BL.
I suspect this may be in NetworkManager?
How can I extend or even remove the timeout value for connecting to a VPN?
Offline
https://developer.gnome.org/NetworkMana … s-vpn.html
https://developer.gnome.org/NetworkMana … .conf.html
Check if the current timeout is 60 seconds (most probably is) and override it to what you want. From what I can see, can't remove the limit though, just make it as large as possible (max 4294967295 for uint32).
Offline