Skip to content

Commit

Permalink
Sleep longer during test builds (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Mar 22, 2024
1 parent bdeca1a commit 47e87ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47e87ac

Please sign in to comment.