This is an automated email from the ASF dual-hosted git repository.

jin pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git


The following commit(s) were added to refs/heads/master by this push:
     new aa5f7395 chore(hubble): 10min for building yarn env (#519)
aa5f7395 is described below

commit aa5f7395b5d1db799d238da594139c2c8487ffe3
Author: Simon Cheung <[email protected]>
AuthorDate: Sun Sep 17 19:13:54 2023 +0800

    chore(hubble): 10min for building yarn env (#519)
---
 hugegraph-hubble/hubble-dist/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hugegraph-hubble/hubble-dist/pom.xml 
b/hugegraph-hubble/hubble-dist/pom.xml
index 82668180..3db9ddd9 100644
--- a/hugegraph-hubble/hubble-dist/pom.xml
+++ b/hugegraph-hubble/hubble-dist/pom.xml
@@ -81,7 +81,7 @@
                                 <echo file="${top.level.dir}/dist.sh">
                                     cd ${hubble-fe.dir} || exit 1
                                     export CI=false
-                                    yarn install &amp;&amp; yarn build || exit 
1
+                                    yarn install --network-timeout 600000 
&amp;&amp; yarn build || exit 1
                                     echo -e "Hubble-FE build successfully.\n"
 
                                     cd ${top.level.dir} &amp;&amp; pwd

Reply via email to