Oops, left it as second from debugging
This commit is contained in:
parent
c18e54189c
commit
97d85d0ac0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue