aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/mm-test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mm-test.py b/test/mm-test.py
index a0af8419..99a355f1 100755
--- a/test/mm-test.py
+++ b/test/mm-test.py
@@ -83,7 +83,7 @@ def cdma_connect(proxy, user, password):
# Modem.Simple interface
simple = dbus.Interface(proxy, dbus_interface=MM_DBUS_INTERFACE_MODEM_SIMPLE)
try:
- simple.Connect({'number':"#777"}, timeout=60)
+ simple.Connect({'number':"#777"}, timeout=92)
print "\nConnected!"
return True
except Exception, e: