From 78d23341626f2b6ccbe22466493d0df4b2d1d27f Mon Sep 17 00:00:00 2001 From: Jason Karlavige Date: Wed, 1 Nov 2023 15:55:23 -0400 Subject: [PATCH] adjust timer --- .github/workflows/crawler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crawler.yml b/.github/workflows/crawler.yml index 793d93a6db0..6bfce5321c5 100644 --- a/.github/workflows/crawler.yml +++ b/.github/workflows/crawler.yml @@ -17,8 +17,8 @@ jobs: - name: Checkout Repo uses: actions/checkout@v3 - # Wait 10 minutes to allow Vercel build to complete - - run: sleep 600 + # Wait 8 minutes to allow Vercel build to complete + - run: sleep 480 # Once deploy URL is found, trigger Algolia crawl - name: Run Algolia Crawler