Skip to content

Commit da2ef47

Browse files
jstirnamanCopilot
andcommitted
Update .github/actions/validate-links/action.yml
Co-authored-by: Copilot <[email protected]>
1 parent 215ecfb commit da2ef47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/validate-links/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
export NODE_OPTIONS="--max-old-space-size=4096"
4646
4747
# Add timeout to prevent hanging
48-
timeout 30m node cypress/support/run-e2e-specs.js ${{ inputs.files }} \
48+
timeout ${{ inputs.timeout }} node cypress/support/run-e2e-specs.js ${{ inputs.files }} \
4949
--spec cypress/e2e/content/article-links.cy.js || {
5050
exit_code=$?
5151
echo "::error::Link validation failed with exit code $exit_code"

0 commit comments

Comments
 (0)