Skip to content

Commit 5e7312b

Browse files
committed
reduce check links timeout to 5 min
1 parent 1bc974c commit 5e7312b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ jobs:
128128

129129
- name: Test Links
130130
run: npm run test:links
131-
timeout-minutes: 10
131+
timeout-minutes: 5
132132
env:
133133
DEPLOY_DISCORD_WEBHOOK: ${{ secrets.DEPLOY_DISCORD_WEBHOOK }}

0 commit comments

Comments
 (0)