From df186b310a8898c24cee8356570992a05e190a23 Mon Sep 17 00:00:00 2001 From: Tony Date: Wed, 22 Feb 2023 07:01:59 +0000 Subject: [PATCH] chore: extend meilisearch scrape timeout --- .github/workflows/scrape.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scrape.yml b/.github/workflows/scrape.yml index 958a8d590..d988ad538 100644 --- a/.github/workflows/scrape.yml +++ b/.github/workflows/scrape.yml @@ -14,7 +14,7 @@ on: jobs: scrape-docs: runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 15 steps: - name: Checkout uses: actions/checkout@v3