ci: reduce CircleCI no_output_timeout to 5m for E2E steps

This commit is contained in:
Gaëtan Maisse 2021-05-24 18:20:31 +02:00
parent a9596f1b0a
commit 4641148fe6
No known key found for this signature in database
GPG Key ID: D934C0EF3714A8A8

View File

@ -196,6 +196,7 @@ jobs:
- run:
name: Run E2E tests
command: yarn test:e2e-framework --clean --all --skip angular11 --skip angular --skip vue3 --skip web_components_typescript --skip cra
no_output_timeout: 5m
- store_artifacts:
path: /tmp/storybook/cypress
destination: cypress
@ -220,6 +221,7 @@ jobs:
name: Run E2E tests
# Do not test CRA here because it's done in PnP part
command: yarn test:e2e-framework vue3 angular angular11 web_components_typescript
no_output_timeout: 5m
- store_artifacts:
path: /tmp/storybook/cypress
destination: cypress