You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/actions/setup-e2e-env/action.yml
+20-7Lines changed: 20 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,17 @@ inputs:
91
91
description: 'Runner provider forwarded from the caller workflow chain. When set to "namespace", toolchain-install steps short-circuit if the pinned version is already on the image. Default "current" preserves byte-identical behaviour on existing GitHub-hosted / Cirrus runners.'
92
92
required: false
93
93
default: 'current'
94
+
js-retry-timeout-minutes:
95
+
description: >-
96
+
Per-attempt timeout (minutes) for Corepack and yarn install retry steps.
97
+
Namespace E2E matrix jobs often need more headroom (INFRA-3596).
98
+
required: false
99
+
default: '15'
100
+
pod-install-timeout-minutes:
101
+
description: >-
102
+
Per-attempt timeout (minutes) for the CocoaPods install retry step (iOS only).
0 commit comments