1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-11 16:33:02 +00:00

minor, reduce the sleep time.

This commit is contained in:
neilpang
2016-10-29 10:53:45 +08:00
parent cae203be71
commit 5dbf664a6b
+4 -4
View File
@@ -1476,7 +1476,7 @@ _starttlsserver() {
fi
serverproc="$!"
sleep 2
sleep 1
_debug serverproc $serverproc
}
@@ -2541,7 +2541,7 @@ issue() {
return 1
fi
serverproc="$!"
sleep 2
sleep 1
_debug serverproc $serverproc
else
@@ -2641,8 +2641,8 @@ issue() {
return 1
fi
_debug "sleep 5 secs to verify"
sleep 5
_debug "sleep 2 secs to verify"
sleep 2
_debug "checking"
response="$(_get $uri)"
if [ "$?" != "0" ] ; then