From 8ad328f8a95113f44576330681e8d6db98b1c147 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sat, 17 Mar 2018 13:22:57 +0330 Subject: [PATCH] ci: increase timeout --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ecbeaaf9eb..b4b4e50dca 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ ] }, "scripts": { - "test": "npm run lint && nyc ava --fail-fast -v -s -T 30000 test/ -- && nyc report --reporter=html", + "test": "npm run lint && nyc ava --fail-fast -v -s -T 60000 test/ -- && nyc report --reporter=html", "test-appveyor": "yarn test", "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", "lint": "eslint --ext .js,.vue bin/* build/ lib/ test/ examples/",