mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
test: Set WSC.PushButton call timeout to 120s
This commit is contained in:
parent
ee933c6b58
commit
2fa3495e74
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user