From 2a70bfa1c3ac5c5d38677a9f665b9ebbb88b041d Mon Sep 17 00:00:00 2001 From: Adam Kliment Date: Thu, 31 Oct 2013 13:16:35 +0100 Subject: [PATCH] Bigger timeout to let CLI integration tests pass --- scripts/mocha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mocha b/scripts/mocha index 71838d6e7..717459fbc 100755 --- a/scripts/mocha +++ b/scripts/mocha @@ -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'