From 525ffd158810e4916648836a5d907636a31b61a2 Mon Sep 17 00:00:00 2001 From: Jonathan Ong Date: Wed, 1 Oct 2014 14:06:19 -0700 Subject: [PATCH] bump test timeout --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4ab042c..f59416e 100644 --- a/package.json +++ b/package.json @@ -18,9 +18,9 @@ "spdy-keys": "0.0.0" }, "scripts": { - "test": "mocha --reporter spec", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot", - "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot" + "test": "mocha --reporter spec --timeout 10s", + "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --timeout 10s", + "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot --timeout 10s" }, "keywords": [ "polyfill",