Skip to content

Commit

Permalink
make: increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Jun 21, 2023
1 parent 921337e commit 6797ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/testing_flags.mk
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ endif
ifneq ($(timeout),)
TEST_FLAGS += -test.timeout=$(timeout)
else
TEST_FLAGS += -test.timeout=20m
TEST_FLAGS += -test.timeout=60m
endif

GOLIST := go list -tags="$(DEV_TAGS)" -deps $(PKG)/... | grep '$(PKG)'| grep -v '/vendor/'
Expand Down

0 comments on commit 6797ace

Please sign in to comment.