From 3c1037a84c1ab99f80c5ec724deec9c18d1ffa1a Mon Sep 17 00:00:00 2001 From: bcoe Date: Sun, 5 May 2019 11:51:26 -0700 Subject: [PATCH] build: push timeout a bit further for appveyor --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 229198edc..4e7d4c7f4 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "posttest": "eslint .", "coverage": "nyc report --reporter=text-lcov | coveralls", - "test": "nyc mocha --timeout=20000 test.js", + "test": "nyc mocha --timeout=30000 test.js", "release": "bin/cli.js" }, "nyc": {