diff options
author | zhangab <zhanganbing@chinamobile.com> | 2018-05-09 10:06:59 +0800 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2018-05-09 10:07:04 +0800 |
commit | af4d7e9f46a89f48a21113dc391641a1e33005fc (patch) | |
tree | a3497084860fa6af762959278886270602148034 /standalone | |
parent | fcdb823145165190d11f76ab7561107a309a06fc (diff) |
increase db create script waiting time
Change-Id: I98d2f5bf8028292a98404944696215d74ebfa205
Issue-ID: USECASEUI-113
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/src/main/assembly/bin/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/src/main/assembly/bin/run.sh b/standalone/src/main/assembly/bin/run.sh index 9ef6e07a..71cf7c83 100644 --- a/standalone/src/main/assembly/bin/run.sh +++ b/standalone/src/main/assembly/bin/run.sh @@ -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" |