Skip to content

Commit

Permalink
fix(hubble): yarn install timeout in arm64 (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxiaocs7 committed Mar 3, 2024
1 parent 7c6beff commit d70e83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugegraph-hubble/hubble-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<goal>yarn</goal>
</goals>
<configuration>
<arguments>install</arguments>
<arguments>install --network-timeout 600000</arguments>
</configuration>
</execution>

Expand Down

0 comments on commit d70e83f

Please sign in to comment.