mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
openconnect: increased the timeout value for retrying
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
@@ -29,7 +29,7 @@ proto_openconnect_setup() {
|
||||
done
|
||||
[ -n "$serv_addr" ] || {
|
||||
logger -t openconnect "Could not resolve server address: '$server'"
|
||||
sleep 20
|
||||
sleep 60
|
||||
proto_setup_failed "$config"
|
||||
exit 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user