diff options
author | Dan Williams <dcbw@redhat.com> | 2009-12-02 14:42:58 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2009-12-02 14:42:58 -0800 |
commit | 872fe9bf6bb0555f7e4df85fc06314a013404428 (patch) | |
tree | 81d03b20bfcecfb3d7dae77a91cfd520b70da0fe | |
parent | bb6f997fb8b6acad6af62cae081b55e6d94cc1b6 (diff) |
test: give some time before disconnecting
-rwxr-xr-x | test/mm-test.py | 3 |
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) |