Skip to content

Commit

Permalink
Merge pull request #496 from Shopify/limit-test-time
Browse files Browse the repository at this point in the history
Put a 60s limit on the test suite
  • Loading branch information
eapache committed Jul 29, 2015
2 parents d4ed94c + 44d2339 commit 1002788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
default: fmt vet errcheck test

test:
go test -v -race ./...
go test -v -timeout 60s -race ./...

vet:
go vet ./...
Expand Down

0 comments on commit 1002788

Please sign in to comment.