From f0d1a2c971c6123bb9864a5b161b4df75ee44d44 Mon Sep 17 00:00:00 2001 From: lotyp Date: Thu, 4 Apr 2024 12:03:44 +0300 Subject: [PATCH] ci: increase sleep timeout for dgoss --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e04ac82..3251171 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ PHONY: build-from-cache test: ## Run dgoss tests over docker images set -eux - GOSS_WAIT_OPTS="-r 40s -s 2s > /dev/stdout" GOSS_FILES_STRATEGY=cp GOSS_FILES_PATH=$(DOCKERFILE_DIR) dgoss run -t $(IMAGE_TAG) + GOSS_SLEEP="0.4" GOSS_WAIT_OPTS="-r 40s -s 2s > /dev/stdout" GOSS_FILES_STRATEGY=cp GOSS_FILES_PATH=$(DOCKERFILE_DIR) dgoss run -t $(IMAGE_TAG) .PHONY: test pull: ## Pulls docker image from upstream