File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 63
63
64
64
- name : Applitools
65
65
run : ' VRT_MODE=${{ env.VRT_MODE }} npx eyes-storybook'
66
- timeout-minutes : 40
66
+ timeout-minutes : 60
67
67
env :
68
68
NODE_OPTIONS : --openssl-legacy-provider # per https://candid.technology/error-error-0308010c-digital-envelope-routines-unsupported/
69
69
96
96
97
97
- name : Applitools
98
98
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
100
100
env :
101
101
NODE_OPTIONS : --openssl-legacy-provider # per https://candid.technology/error-error-0308010c-digital-envelope-routines-unsupported/
102
102
@@ -129,7 +129,7 @@ jobs:
129
129
130
130
- name : Applitools
131
131
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
133
133
env :
134
134
NODE_OPTIONS : --openssl-legacy-provider # per https://candid.technology/error-error-0308010c-digital-envelope-routines-unsupported/
135
135
You can’t perform that action at this time.
0 commit comments