We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a5607c commit eaf2c26Copy full SHA for eaf2c26
cmd/builder/Makefile
@@ -1,5 +1,8 @@
1
include ../../Makefile.Common
2
3
+# Override timeout for builder tests
4
+GOTEST_TIMEOUT=600s
5
+
6
.PHONY: ocb
7
ocb:
8
CGO_ENABLED=0 $(GOCMD) build -trimpath -o ../../bin/ocb_$(GOOS)_$(GOARCH) .
0 commit comments