diff --git a/test/connect-p2p b/test/connect-p2p index 76b242b9..89ea8ca7 100755 --- a/test/connect-p2p +++ b/test/connect-p2p @@ -64,7 +64,7 @@ def connect(path): print('Connecting to ' + peer_props['Name']) connecting = True try: - peer_wsc.PushButton() + peer_wsc.PushButton(timeout=120) print('New connection') except Exception as e: connecting = False