Fixed timeout increase

Signed-off-by: Marco Pracucci <marco@pracucci.com>
This commit is contained in:
Marco Pracucci 2021-10-07 14:35:55 +02:00
parent 7aea989fad
commit 23ac1d73ef
No known key found for this signature in database
GPG key ID: 74C1BD403D2DF9B5

View file

@ -118,7 +118,7 @@ ifeq ($(GOHOSTARCH),amd64)
endif endif
endif endif
test-flags += "-timeout 20m" test-flags += -timeout 20m
# This rule is used to forward a target like "build" to "common-build". This # This rule is used to forward a target like "build" to "common-build". This
# allows a new "build" target to be defined in a Makefile which includes this # allows a new "build" target to be defined in a Makefile which includes this