Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
increase overall test timeout :(
Browse files Browse the repository at this point in the history
  • Loading branch information
devigned committed Dec 3, 2018
1 parent a57c821 commit b3eca12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -16,7 +16,7 @@ GOCYCLO = gocyclo
V = 0
Q = $(if $(filter 1,$V),,@)
M = $(shell printf "\033[34;1m▶\033[0m")
TIMEOUT = 600
TIMEOUT = 800

.PHONY: all
all: fmt lint vet ; $(info $(M) building library…) @ ## Build program
Expand Down

0 comments on commit b3eca12

Please sign in to comment.