simple-agent: Use a higher (60s) timeout for pairing

This commit is contained in:
Johan Hedberg 2012-06-05 06:58:11 +03:00
parent 8446f70d35
commit 6c5efac684

View File

@ -123,6 +123,7 @@ if __name__ == '__main__':
agent.set_exit_on_release(False)
adapter.CreatePairedDevice(args[1], path, capability,
timeout=60000,
reply_handler=create_device_reply,
error_handler=create_device_error)
else: