Skip to content
This repository has been archived by the owner on Dec 5, 2017. It is now read-only.

Commit

Permalink
increased test timeout to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
SheetJSDev committed Jul 29, 2014
1 parent 1cec410 commit e1e21ca
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 @@ -10,7 +10,7 @@ clean:

.PHONY: test mocha
test mocha: test.js
mocha -R spec
mocha -R spec -t 10000

TESTFMT=$(patsubst %,test_%,$(FMT))
.PHONY: $(TESTFMT)
Expand Down

0 comments on commit e1e21ca

Please sign in to comment.