Skip to content

Commit

Permalink
added timout for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
podviaznikov committed Nov 28, 2011
1 parent de06f5b commit 9737564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ test-ci:
@NODE_ENV=test ./node_modules/.bin/mocha \
--require coffee-script \
--reporter json \
--timeout 4000 \
$(TESTS)


Expand Down
2 changes: 1 addition & 1 deletion Makefile~
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ test-ci:
$(TESTS)


.PHONY: test
.PHONY: test test-ci

0 comments on commit 9737564

Please sign in to comment.