Skip to content

Commit

Permalink
Bigger timeout to let CLI integration tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Kliment committed Oct 31, 2013
1 parent 79643f4 commit 2a70bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mocha
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
cd $(dirname $0)/..
find ./test/ -name '*-test.coffee' | xargs mocha --reporter spec --compilers 'coffee:coffee-script'
find ./test/ -name '*-test.coffee' | xargs mocha --timeout 20000 --reporter spec --compilers 'coffee:coffee-script'

0 comments on commit 2a70bfa

Please sign in to comment.