We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c387ab commit f0d1a2cCopy full SHA for f0d1a2c
Makefile
@@ -83,7 +83,7 @@ PHONY: build-from-cache
83
84
test: ## Run dgoss tests over docker images
85
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)
+ 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)
87
.PHONY: test
88
89
pull: ## Pulls docker image from upstream
0 commit comments