We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2afc3 commit 4210e18Copy full SHA for 4210e18
1 file changed
stackable-devel/stackable/.yarnrc.yml
@@ -1 +1,10 @@
1
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