Skip to content

Commit eaf2c26

Browse files
committed
Increase timeout
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
1 parent 3a5607c commit eaf2c26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/builder/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
include ../../Makefile.Common
22

3+
# Override timeout for builder tests
4+
GOTEST_TIMEOUT=600s
5+
36
.PHONY: ocb
47
ocb:
58
CGO_ENABLED=0 $(GOCMD) build -trimpath -o ../../bin/ocb_$(GOOS)_$(GOARCH) .

0 commit comments

Comments
 (0)