fix(ci): add sleep 30 to smoke-test to avoid race condition
This commit is contained in:
parent
73d9898a7c
commit
0d2e5dbf1f
|
|
@ -72,6 +72,7 @@ steps:
|
|||
# Vent på at Cloud Run-instansen er klar (cold start kan ta opptil 90s)
|
||||
# Henter fersk token per forsøk siden token kan utløpe under lang cold start
|
||||
echo "Venter på /health ..."
|
||||
sleep 30
|
||||
STATUS="000"
|
||||
for i in $$(seq 1 9); do
|
||||
TOKEN=$$(gcloud auth print-identity-token
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user