chore: extends meilisearch scrape timeout due to selenium

This commit is contained in:
Tony 2023-11-13 22:31:49 +08:00 committed by GitHub
parent 5adf76f16d
commit b76ad36c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
run: sleep 2m
if: github.event_name == 'push'
- name: Run docs-scraper
timeout-minutes: 15
timeout-minutes: 30
env:
HOST_URL: ${{ secrets.MEILISEARCH_HOST_URL }}
API_KEY: ${{ secrets.MEILISEARCH_API_KEY }}