From 97d85d0ac069bc8c99336d2e0bef71d044cff7ba Mon Sep 17 00:00:00 2001 From: Jeff Hubbard Date: Thu, 28 Oct 2021 16:33:13 -0700 Subject: [PATCH] Oops, left it as second from debugging --- pkg/liveshare/rpc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)