test: Increase the context activation timeout

This commit is contained in:
Marcel Holtmann 2011-07-25 01:49:06 +02:00
parent 673844fe6a
commit d5b7f832c5
1 changed files with 1 additions and 1 deletions

View File

@ -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)