mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 07:16:38 +00:00
[client] Increase logout timeout (#4311)
This commit is contained in:
@@ -503,7 +503,7 @@ func (c *GrpcClient) Logout() error {
|
||||
return fmt.Errorf("get server public key: %w", err)
|
||||
}
|
||||
|
||||
mgmCtx, cancel := context.WithTimeout(c.ctx, time.Second*5)
|
||||
mgmCtx, cancel := context.WithTimeout(c.ctx, time.Second*15)
|
||||
defer cancel()
|
||||
|
||||
message := &proto.Empty{}
|
||||
|
||||
Reference in New Issue
Block a user