Bump normal test timeout
This commit is contained in:
parent
cb37b2b4f3
commit
b67c8a1198
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@
|
|||
THIS_FILE := $(lastword $(MAKEFILE_LIST))
|
||||
|
||||
TEST?=$$(go list ./... | grep -v /vendor/ | grep -v /integ)
|
||||
TEST_TIMEOUT?=20m
|
||||
TEST_TIMEOUT?=30m
|
||||
EXTENDED_TEST_TIMEOUT=45m
|
||||
VETARGS?=-asmdecl -atomic -bool -buildtags -copylocks -methods -nilfunc -printf -rangeloops -shift -structtags -unsafeptr
|
||||
EXTERNAL_TOOLS=\
|
||||
|
|
Loading…
Reference in New Issue