From 2fa3495e74082d95176285c98473b2c1ce19aebe Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Sat, 11 Jul 2020 03:00:42 +0200 Subject: [PATCH] test: Set WSC.PushButton call timeout to 120s --- test/connect-p2p | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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