diff --git a/olm/olm.go b/olm/olm.go index a458f8a..5705ddc 100644 --- a/olm/olm.go +++ b/olm/olm.go @@ -457,7 +457,7 @@ func (o *Olm) StartTunnel(config TunnelConfig) { "userToken": userToken, "fingerprint": o.fingerprint, "postures": o.postures, - }, 2*time.Second, 10) + }, 2*time.Second, 20) // Invoke onRegistered callback if configured if o.olmConfig.OnRegistered != nil {