aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2009-12-02 14:42:58 -0800
committerDan Williams <dcbw@redhat.com>2009-12-02 14:42:58 -0800
commit872fe9bf6bb0555f7e4df85fc06314a013404428 (patch)
tree81d03b20bfcecfb3d7dae77a91cfd520b70da0fe /test
parentbb6f997fb8b6acad6af62cae081b55e6d94cc1b6 (diff)
test: give some time before disconnecting
Diffstat (limited to 'test')
-rwxr-xr-xtest/mm-test.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/mm-test.py b/test/mm-test.py
index cb9ecf0a..e1d68b0f 100755
--- a/test/mm-test.py
+++ b/test/mm-test.py
@@ -17,6 +17,7 @@
import sys
import dbus
+import time
DBUS_INTERFACE_PROPERTIES='org.freedesktop.DBus.Properties'
MM_DBUS_SERVICE='org.freedesktop.ModemManager'
@@ -310,5 +311,7 @@ for m in modems:
cdma_connect(proxy, user, password)
print
+ time.sleep(5)
+
modem.Enable(False)