diff --git a/pkg/liveshare/rpc.go b/pkg/liveshare/rpc.go index 3645f85c0..4ab8fbb88 100644 --- a/pkg/liveshare/rpc.go +++ b/pkg/liveshare/rpc.go @@ -34,7 +34,7 @@ func (r *rpcClient) do(ctx context.Context, method string, args, result interfac } // timeout for waiter in case a connection cannot be made - waitCtx, cancel := context.WithTimeout(ctx, 2*time.Second) + waitCtx, cancel := context.WithTimeout(ctx, 2*time.Minute) defer cancel() return waiter.Wait(waitCtx, result)