More fixes

This commit is contained in:
Leonid Bugaev
2016-05-11 13:16:05 +05:00
parent 7ee06e84f4
commit 2bc441e0be
6 changed files with 78 additions and 27 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ test:
$(RUN) go test ./. -timeout 30s $(ARGS) -v
test_all:
$(RUN) go test ./... -timeout 30s $(ARGS) -v
$(RUN) go test ./... -timeout 60s $(ARGS) -v
testone:
$(RUN) go test ./... -timeout 4s -run $(TEST) $(ARGS) -v