Skip to content

Commit c6ee9a9

Browse files
renovate[bot]kodiakhq[bot]danez
authored
chore(deps): update dependency prettier to v2.8.4 (#4929)
* chore(deps): update dependency prettier to v2.8.4 * chore: timeout --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: Daniel Tschinder <[email protected]>
1 parent 03a8c49 commit c6ee9a9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ jobs:
8888
uses: nick-fields/retry@v2
8989
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
9090
with:
91-
timeout_minutes: 20
91+
timeout_minutes: 30
9292
max_attempts: 3
9393
retry_on: error
9494
command: npx nx affected --target=test:ci --exclude=@netlify/build --parallel=3
9595

9696
test-build:
9797
runs-on: ${{ matrix.os }}
98-
timeout-minutes: 20
98+
timeout-minutes: 30
9999
strategy:
100100
matrix:
101101
os: [ubuntu-latest, macOS-latest, windows-latest]
@@ -183,7 +183,7 @@ jobs:
183183
CI_NODE_INDEX: ${{ matrix.machine }}
184184
CI_NODE_TOTAL: 4
185185
with:
186-
timeout_minutes: 15
186+
timeout_minutes: 30
187187
max_attempts: 3
188188
retry_on: error
189189
command: npx lerna run test:ci --scope @netlify/build

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)