summaryrefslogtreecommitdiffstats
path: root/pki
diff options
context:
space:
mode:
Diffstat (limited to 'pki')
-rwxr-xr-xpki/base/ra/etc/init.d/httpd2
-rwxr-xr-xpki/base/tps/etc/init.d/httpd2
2 files changed, 2 insertions, 2 deletions
diff --git a/pki/base/ra/etc/init.d/httpd b/pki/base/ra/etc/init.d/httpd
index 66aa1d88b..99351fc6c 100755
--- a/pki/base/ra/etc/init.d/httpd
+++ b/pki/base/ra/etc/init.d/httpd
@@ -398,7 +398,7 @@ start()
fi
if [ ${OS} = "Linux" ] ; then
- sleep 5
+ sleep 10
elif [ ${OS} = "SunOS" ] ; then
sleep 20
fi
diff --git a/pki/base/tps/etc/init.d/httpd b/pki/base/tps/etc/init.d/httpd
index e21d20f6d..c029ad016 100755
--- a/pki/base/tps/etc/init.d/httpd
+++ b/pki/base/tps/etc/init.d/httpd
@@ -409,7 +409,7 @@ start()
fi
if [ ${OS} = "Linux" ] ; then
- sleep 5
+ sleep 10
elif [ ${OS} = "SunOS" ] ; then
sleep 20
fi