Increase activity launching timeout.

This commit is contained in:
Marco Pesenti Gritti
2007-07-26 10:07:50 +02:00
parent 8caaafcde4
commit 0a11ebafe8
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -113,6 +113,7 @@ class ActivityCreationHandler(gobject.GObject):
error_handler=self._notify_launch_error_handler)
self._factory.create(self._activity_handle.get_dict(),
timeout=120 * 1000,
reply_handler=self._no_reply_handler,
error_handler=self._create_error_handler)