X Tutup
Skip to content

Commit 97d85d0

Browse files
committed
Oops, left it as second from debugging
1 parent c18e541 commit 97d85d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/liveshare/rpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func (r *rpcClient) do(ctx context.Context, method string, args, result interfac
3434
}
3535

3636
// timeout for waiter in case a connection cannot be made
37-
waitCtx, cancel := context.WithTimeout(ctx, 2*time.Second)
37+
waitCtx, cancel := context.WithTimeout(ctx, 2*time.Minute)
3838
defer cancel()
3939

4040
return waiter.Wait(waitCtx, result)

0 commit comments

Comments
 (0)
X Tutup