From 82aeab125c7e8ae19cd2a40ea011d5533deb2aa2 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Fri, 30 Oct 2015 13:05:53 -0400 Subject: [PATCH] Give tap 120 seconds --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f7ab64..dc8aa80 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,6 @@ "scripts": { "lint": "eslint bin lib index.js test", "doc": "documentation index.js -f md > docs/NODE_API.md", - "test": "npm run lint && tap --coverage test/*.js test/lib test/misc test/streams" + "test": "TAP_TIMEOUT=120 npm run lint && tap --coverage test/*.js test/lib test/misc test/streams" } }