From 0d2e5dbf1f2438cfa75d0b2ed9fc1b7c9246427a Mon Sep 17 00:00:00 2001 From: Chris Christiansen Date: Wed, 10 Jun 2026 15:52:43 +0000 Subject: [PATCH] fix(ci): add sleep 30 to smoke-test to avoid race condition --- cloudbuild.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index e34f464..9262982 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -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