From 73cdd899a339163aedf736849b22d3949e24792e Mon Sep 17 00:00:00 2001 From: Nicholas openSUSE Software Engineer Date: Fri, 13 Sep 2024 14:40:48 -0300 Subject: [PATCH] [release-v2.9] Validate git pages 5min (#4435) --- .github/workflows/git-pages.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/git-pages.yaml b/.github/workflows/git-pages.yaml index 4647129e82..de5df455d7 100644 --- a/.github/workflows/git-pages.yaml +++ b/.github/workflows/git-pages.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Wait for GitHub Pages update - run: sleep 10 # 10 seconds to purposefully fail so we can test this action + run: sleep 300 # 5 minutes is more than enough time for GitHub Pages to update - name: Checkout PR run: gh pr checkout ${{ github.event.pull_request.number }} @@ -36,4 +36,4 @@ jobs: Pull Request URL: ${{ github.event.pull_request.html_url }} @Nicholas Paolillo env: - SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} \ No newline at end of file + SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}