Skip to content

Commit

Permalink
increase timeout to 10 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
ramitsurana authored Oct 4, 2021
1 parent 13bb85b commit 4eaa3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: --verbose --no-progress --timeout 5 --max-concurrency 2 **/*.md
args: --verbose --no-progress --timeout 10 --max-concurrency 2 **/*.md

- name: Get current date
id: date
Expand Down

0 comments on commit 4eaa3ca

Please sign in to comment.