From 582715bc11cfd9d7d02055df862df3c63412b0ed Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 25 Feb 2023 17:51:02 +0100 Subject: [PATCH] Added delay --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index a9235a4..71ee9a4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -73,9 +73,9 @@ steps: - name: test with redis image: registry.odit.services/hub/library/redis:7-alpine3.16 commands: - - redis-server & - - ./build & - - wget http://localhost:8080/axios + - redis-server & ./build & + - sleep 5 + - wget http://127.0.0.1:8080/axios environment: CGO_ENABLED: "0" GOOS: linux