Increase activity launching timeout.
This commit is contained in:
parent
8caaafcde4
commit
0a11ebafe8
2
NEWS
2
NEWS
@ -1,3 +1,5 @@
|
|||||||
|
* Activity launching now timeout after 120 seconds. (marco)
|
||||||
|
|
||||||
Snapshot 088c7612e3
|
Snapshot 088c7612e3
|
||||||
|
|
||||||
* Don't follow the cursor when expanding to secondary palette. (marco)
|
* Don't follow the cursor when expanding to secondary palette. (marco)
|
||||||
|
@ -113,6 +113,7 @@ class ActivityCreationHandler(gobject.GObject):
|
|||||||
error_handler=self._notify_launch_error_handler)
|
error_handler=self._notify_launch_error_handler)
|
||||||
|
|
||||||
self._factory.create(self._activity_handle.get_dict(),
|
self._factory.create(self._activity_handle.get_dict(),
|
||||||
|
timeout=120 * 1000,
|
||||||
reply_handler=self._no_reply_handler,
|
reply_handler=self._no_reply_handler,
|
||||||
error_handler=self._create_error_handler)
|
error_handler=self._create_error_handler)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user