increased travis timeout

This commit is contained in:
SheetJS 2017-03-21 10:31:33 -04:00
parent 354f2bce4f
commit 56b414b496

View File

@ -35,7 +35,7 @@ clean: ## Remove targets and build artifacts
.PHONY: test mocha
test mocha: ## Run test suite
mocha -R spec
mocha -R spec -t 30000
.PHONY: test_min
test_min: