Skip to content

Commit

Permalink
Moar testing!
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Shah committed Mar 29, 2016
1 parent ee35122 commit 90f4255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -86,7 +86,7 @@ godep:
test_ci: test
ifdef SHOULD_LINT
@echo Stress testing TestCloseSendError
go test $(TEST_ARG) -run "TestCloseSendError" -timeoutMultiplier=10 -parallel=4 -count 500 .
go test $(TEST_ARG) -run "TestCloseSendError" -timeoutMultiplier=10 -parallel=4 -count 5000 .
endif

test: clean setup
Expand Down

0 comments on commit 90f4255

Please sign in to comment.