Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit c50cb90

Browse files
committed
Increase wait timeout
1 parent 889097a commit c50cb90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

net/rpcudp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class RPCProtocol:
2929
"""
3030
__metaclass__ = abc.ABCMeta
3131

32-
def __init__(self, sourceNode, router, waitTimeout=2.5):
32+
def __init__(self, sourceNode, router, waitTimeout=4):
3333
"""
3434
Args:
3535
proto: A protobuf `Node` object containing info about this node.

0 commit comments

Comments
 (0)