summaryrefslogtreecommitdiff
path: root/test/connect-service
diff options
context:
space:
mode:
Diffstat (limited to 'test/connect-service')
-rwxr-xr-xtest/connect-service3
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)