test: Set WSC.PushButton call timeout to 120s

This commit is contained in:
Andrew Zaborowski 2020-07-11 03:00:42 +02:00 committed by Denis Kenzior
parent ee933c6b58
commit 2fa3495e74
1 changed files with 1 additions and 1 deletions

View File

@ -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