diff --git a/test/wps-pin b/test/wps-pin index 7f37a50e..74cd8c40 100755 --- a/test/wps-pin +++ b/test/wps-pin @@ -16,3 +16,5 @@ if (len(sys.argv) == 3): else: pin = wsc.GeneratePin() print("Please use '%s' as the PIN" % (pin)) + +wsc.StartPin(pin, timeout=125)