javeme commented on code in PR #308:
URL:
https://github.com/apache/incubator-hugegraph-doc/pull/308#discussion_r1501773085
##########
dist/validate-release.sh:
##########
@@ -271,7 +279,7 @@ cd "$WORK_DIR"/dist/"$RELEASE_VERSION" || exit
pushd ./*hugegraph-incubating*"${RELEASE_VERSION}" || exit
bin/init-store.sh || exit
-sleep 3
+sleep 30
Review Comment:
not sure why sleep 30s, and it's not updated:
https://github.com/apache/incubator-hugegraph-doc/blob/release-1.2.0/.github/workflows/validate-release.yml#L295
I think there is no need to sleep, init is done when init-store.sh is
finished.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]