Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.util.mk')
-rw-r--r--Makefile.util.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.util.mk b/Makefile.util.mk
index b5f8d739..808e2607 100644
--- a/Makefile.util.mk
+++ b/Makefile.util.mk
@@ -15,7 +15,7 @@ complexity: .GOPATH/.ok bin/gocyclo
$Q ./bin/gocyclo -over 9 $(allfiles)
test: .GOPATH/.ok gitlab-pages
- go test $(if $V,-v) -timeout=1m $(allpackages)
+ go test $(if $V,-v) $(allpackages)
bench: .GOPATH/.ok gitlab-pages
go test -bench=. -run=^$$ $(allpackages)