From 56b414b49698f6a11d9178b0e7c03612decebe14 Mon Sep 17 00:00:00 2001 From: SheetJS Date: Tue, 21 Mar 2017 10:31:33 -0400 Subject: [PATCH] increased travis timeout --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed78f56..fa538d6 100755 --- a/Makefile +++ b/Makefile @@ -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: