Skip to content

Commit 1f47b6c

Browse files
authored
bump VRT timeout to 60 minutes
1 parent e0317bf commit 1f47b6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/vrt.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: Applitools
6565
run: 'VRT_MODE=${{ env.VRT_MODE }} npx eyes-storybook'
66-
timeout-minutes: 40
66+
timeout-minutes: 60
6767
env:
6868
NODE_OPTIONS: --openssl-legacy-provider # per https://candid.technology/error-error-0308010c-digital-envelope-routines-unsupported/
6969

@@ -96,7 +96,7 @@ jobs:
9696
9797
- name: Applitools
9898
run: 'STORYBOOK_SLDS_VERSION=legacy npx eyes-storybook --conf applitools.legacy.config.js' # -u https://${REVIEW_APP_NAME}.herokuapp.com
99-
timeout-minutes: 40
99+
timeout-minutes: 60
100100
env:
101101
NODE_OPTIONS: --openssl-legacy-provider # per https://candid.technology/error-error-0308010c-digital-envelope-routines-unsupported/
102102

@@ -129,7 +129,7 @@ jobs:
129129
130130
- name: Applitools
131131
run: 'STORYBOOK_SLDS_VERSION=mobile npx eyes-storybook --conf applitools.mobile.config.js' # -u https://${REVIEW_APP_NAME}.herokuapp.com
132-
timeout-minutes: 40
132+
timeout-minutes: 60
133133
env:
134134
NODE_OPTIONS: --openssl-legacy-provider # per https://candid.technology/error-error-0308010c-digital-envelope-routines-unsupported/
135135

0 commit comments

Comments
 (0)