Increase test -race timeout

This commit is contained in:
Chris Bednarski 2016-03-14 17:20:50 -07:00
parent 4d7418a2dc
commit f25be250c7
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ testacc: deps generate
PACKER_ACC=1 go test -v $(TEST) $(TESTARGS) -timeout=45m
testrace: deps
@go test -race $(TEST) $(TESTARGS) -timeout=15s
@go test -race $(TEST) $(TESTARGS) -timeout=1m
updatedeps:
go get -u github.com/mitchellh/gox