Skip to content

Commit f0d1a2c

Browse files
committed
ci: increase sleep timeout for dgoss
1 parent 8c387ab commit f0d1a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ PHONY: build-from-cache
8383

8484
test: ## Run dgoss tests over docker images
8585
set -eux
86-
GOSS_WAIT_OPTS="-r 40s -s 2s > /dev/stdout" GOSS_FILES_STRATEGY=cp GOSS_FILES_PATH=$(DOCKERFILE_DIR) dgoss run -t $(IMAGE_TAG)
86+
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)
8787
.PHONY: test
8888

8989
pull: ## Pulls docker image from upstream

0 commit comments

Comments
 (0)