From d5b7f832c52b98a7cd34754a0a53f0268b29c310 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 25 Jul 2011 01:49:06 +0200 Subject: [PATCH] test: Increase the context activation timeout --- test/activate-context | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/activate-context b/test/activate-context index 2e64db54..01565add 100755 --- a/test/activate-context +++ b/test/activate-context @@ -34,7 +34,7 @@ for path, properties in modems: 'org.ofono.ConnectionContext') try: - context.SetProperty("Active", dbus.Boolean(1)) + context.SetProperty("Active", dbus.Boolean(1), timeout = 100) except dbus.DBusException, e: print "Error activating %s: %s" % (path, str(e)) exit(2)