change wait default 50 -> 20

This commit is contained in:
Tomoki Shirasawa
2013-11-07 15:19:08 +09:00
parent 6722f35ffc
commit 3cceb63cf3

View File

@@ -43,7 +43,7 @@ if [ "$1" == "-u" ]; then
exit
fi
wait_time=50
wait_time=20
if [ "$modules_were_loaded" == "1" ]; then
echo "waiting for ${wait_time} seconds: " >&2