mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
wait
This commit is contained in:
parent
a9d67090aa
commit
8d733e118f
2
.github/workflows/cache-verify.yml
vendored
2
.github/workflows/cache-verify.yml
vendored
@ -252,7 +252,7 @@ jobs:
|
||||
wait_for() {
|
||||
local name="$1"
|
||||
local url="$2"
|
||||
local max=20
|
||||
local max=40
|
||||
echo "⏳ Waiting for $name ($url)..."
|
||||
for i in $(seq 1 "$max"); do
|
||||
status=$(curl -s -o /dev/null -w "%{http_code}" "$url" || echo "000")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user