This is an automated email from the ASF dual-hosted git repository.
laurence pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
The following commit(s) were added to refs/heads/3.0 by this push:
new 7ac498f fix: add chain middle wait time
7ac498f is described below
commit 7ac498f0dd5b38e719e449ae7b8461327950e20f
Author: LaurenceLiZhixin <[email protected]>
AuthorDate: Sun Jul 18 10:16:14 2021 +0800
fix: add chain middle wait time
---
chain/build/test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chain/build/test.sh b/chain/build/test.sh
index ef69c1a..f1b1141 100755
--- a/chain/build/test.sh
+++ b/chain/build/test.sh
@@ -26,7 +26,7 @@ make PROJECT_DIR="$P_DIR" PROJECT_NAME="$(basename "$P_DIR")"
BASE_DIR="$P_DIR"/
make PROJECT_DIR="$P_DIR"/backend PROJECT_NAME="$(basename "$P_DIR"/backend)"
BASE_DIR="$P_DIR"/backend/dist -f build/Makefile start
sleep 10
make PROJECT_DIR="$P_DIR"/middle PROJECT_NAME="$(basename "$P_DIR"/middle)"
CONF_CONSUMER_FILE_PATH="$P_DIR"/middle/conf/client.yml
BASE_DIR="$P_DIR"/middle/dist -f build/Makefile start
-sleep 10
+sleep 30
# start integration testing
make PROJECT_DIR="$P_DIR"/backend PROJECT_NAME="$(basename "$P_DIR"/backend)"
BASE_DIR="$P_DIR"/backend/dist -f build/Makefile integration