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 d5e0849 commit b824fb3Copy full SHA for b824fb3
Makefile
@@ -1,7 +1,7 @@
1
ROOT_DIR ?= $(shell git rev-parse --show-toplevel)
2
SCRIPTS_BASE ?= $(ROOT_DIR)/scripts
3
GOLANG_CI_YAML_PATH ?= ${ROOT_DIR}/golang-ci.yaml
4
-GOLANG_CI_ARGS ?= --allow-parallel-runners --timeout=5m --config=${GOLANG_CI_YAML_PATH}
+GOLANG_CI_ARGS ?= --allow-parallel-runners --config=${GOLANG_CI_YAML_PATH}
5
6
# Build
7
build:
0 commit comments