From 872fe9bf6bb0555f7e4df85fc06314a013404428 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 2 Dec 2009 14:42:58 -0800 Subject: test: give some time before disconnecting --- test/mm-test.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/mm-test.py') 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) -- cgit v1.2.3-70-g09d2