From 47e87ac4e545ab139a3cb455597be75b9c42c9e3 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Fri, 22 Mar 2024 16:35:09 -0500 Subject: [PATCH] Sleep longer during test builds (#167) --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bc58b5af..481bd35b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -80,8 +80,8 @@ jobs: do sleep 10; done && - sleep 60 - # We sleep for an additional 60 seconds as it seems to take a bit longer for + sleep 120 + # We sleep for an additional 120 seconds as it seems to take a bit longer for # the package to be consistently available # Note: The above will not sleep forever due to the job level timeout