diff --git a/package.json b/package.json index 1c0c515..0e952d8 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "mocha": "~1.17.0" }, "scripts": { - "test": "mocha --ui qunit --reporter list -- test/index.js" + "test": "mocha --ui qunit --reporter list --timeout 10000 -- test/index.js" }, "bin": { "lt": "./bin/client"