Skip to content

Commit 4210e18

Browse files
committed
chore(stackable-devel): Tweak yarn transport settings
1 parent 7a2afc3 commit 4210e18

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
npmRegistryServer: "https://build-repo.stackable.tech/repository/npm-public/"
2+
3+
# By default, yarn retries failed HTTP requests after 3 seconds. We increase this to 50 seconds
4+
# to spam the Nexus instance a little less. In combination with the timeout configured below, this
5+
# should result in roughly 5 retries. See https://yarnpkg.com/configuration/yarnrc#httpRetry
6+
httpRetry: 50
7+
8+
# By default, yarn times out after 1 minute. We increase this to 5 minutes to hopefully get less
9+
# failing builds in CI. See https://yarnpkg.com/configuration/yarnrc#httpTimeout
10+
httpTimeout: 5m

0 commit comments

Comments
 (0)