diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/connect-service | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/connect-service b/test/connect-service index 2d88cb59..86216020 100755 --- a/test/connect-service +++ b/test/connect-service @@ -27,5 +27,6 @@ else: path = manager.ConnectService(({ "Type": "wifi", "Mode": "managed", "SSID": sys.argv[1], "Security": security, - "Passphrase": passphrase })); + "Passphrase": passphrase }), + timeout=60000); print "Service path is %s" %(path) |