Skip to content

Commit

Permalink
Increased test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
anuptalwalkar committed Dec 5, 2016
1 parent c7df7c3 commit 7efd425
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
Expand Up @@ -18,7 +18,7 @@ ALL_SRC := $(shell find . -name "*.go" | grep -v -e vendor \
-e "examples/keyvalue/.*" \
-e ".*/_.*")

TEST_TIMEOUT := "-timeout=1s"
TEST_TIMEOUT := "-timeout=3s"

.PHONY: test
test:
Expand Down

0 comments on commit 7efd425

Please sign in to comment.