15712250 SUNBT7040294 occasional system-dbus:default service start up time out
authorMary Ding <mary.ding@oracle.com>
Sun, 12 Jun 2016 13:13:43 -0700
changeset 6355 54be0d99b031
parent 6354 71684abc33b6
child 6357 f780f1313ac5
15712250 SUNBT7040294 occasional system-dbus:default service start up time out
components/desktop/dbus/files/dbus.xml
--- a/components/desktop/dbus/files/dbus.xml	Fri Jul 01 16:29:46 2016 -0700
+++ b/components/desktop/dbus/files/dbus.xml	Sun Jun 12 13:13:43 2016 -0700
@@ -54,7 +54,7 @@
 		type='method'
 		name='start'
 		exec='/lib/svc/method/svc-dbus start'
-		timeout_seconds='30'>
+		timeout_seconds='300'>
 		<method_context>
 			<method_credential user='root' group='root' />
 		</method_context>
@@ -64,7 +64,7 @@
 		type='method'
 		name='stop'
 		exec=':kill'
-		timeout_seconds='30' />
+		timeout_seconds='300' />
 
         <exec_method
                 type='method'