aroundabout commented on code in PR #519:
URL:
https://github.com/apache/incubator-hugegraph-toolchain/pull/519#discussion_r1328062265
##########
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 && yarn build || exit
1
+ yarn install --network-timeout 600000
&& yarn build || exit 1
Review Comment:
My hubble build log:
https://github.com/aroundabout/action_demo/actions/runs/6198272025/job/16828396503#step:5:8724
```
#25 329.5 [exec] [1/4] Resolving packages...
#25 338.2 [exec] [2/4] Fetching packages...
#25 401.9 [exec] info There appears to be trouble with your network
connection. Retrying...
#25 435.3 [exec] info There appears to be trouble with your network
connection. Retrying...
#25 468.8 [exec] info There appears to be trouble with your network
connection. Retrying...
#25 502.2 [exec] info There appears to be trouble with your network
connection. Retrying...
#25 599.9 [exec] [3/4] Linking dependencies...
```
It takes nearly 5min to finish `yarn install`. Considering different network
environment, 10min (two times as 5min) seems to be suitable.
--
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]