diff --git a/.github/workflows/links.yaml b/.github/workflows/links.yaml index 3846c4a7d..7694a056f 100644 --- a/.github/workflows/links.yaml +++ b/.github/workflows/links.yaml @@ -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