increase db create script waiting time 21/46721/1
authorzhangab <zhanganbing@chinamobile.com>
Wed, 9 May 2018 02:06:59 +0000 (10:06 +0800)
committerzhangab <zhanganbing@chinamobile.com>
Wed, 9 May 2018 02:07:04 +0000 (10:07 +0800)
Change-Id: I98d2f5bf8028292a98404944696215d74ebfa205
Issue-ID: USECASEUI-113
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
standalone/src/main/assembly/bin/run.sh

index 9ef6e07..71cf7c8 100644 (file)
@@ -21,7 +21,7 @@ echo @RUNHOME@ $RUNHOME
 
 echo "Starting mysql"
 service mysql start
-sleep 1
+sleep 10
 
 SCRIPT="/home/uui/resources/bin/initDB.sh"
 chmod 755 "$SCRIPT"