mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +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'])
|
print('Connecting to ' + peer_props['Name'])
|
||||||
connecting = True
|
connecting = True
|
||||||
try:
|
try:
|
||||||
peer_wsc.PushButton()
|
peer_wsc.PushButton(timeout=120)
|
||||||
print('New connection')
|
print('New connection')
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
connecting = False
|
connecting = False
|
||||||
|
Loading…
Reference in New Issue
Block a user