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 d70e83fd fix(hubble): yarn install timeout in arm64 (#583)
d70e83fd is described below

commit d70e83fd6e3520d0b15331b9b83403ab40c16533
Author: Liu Xiao <[email protected]>
AuthorDate: Sun Mar 3 14:42:05 2024 +0800

    fix(hubble): yarn install timeout in arm64 (#583)
---
 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 75d2dc91..c11a470d 100644
--- a/hugegraph-hubble/hubble-dist/pom.xml
+++ b/hugegraph-hubble/hubble-dist/pom.xml
@@ -100,7 +100,7 @@
                             <goal>yarn</goal>
                         </goals>
                         <configuration>
-                            <arguments>install</arguments>
+                            <arguments>install --network-timeout 
600000</arguments>
                         </configuration>
                     </execution>
 

Reply via email to