From 908973a0a246474342246c2bad09a6db809e9084 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sun, 14 Apr 2019 21:09:15 +0900 Subject: [PATCH] Increase timeout --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59593cc..bbceb2f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "package": "npm run build && script/package.sh", "lint": "eslint --ext .jsx,.js src", "test": "karma start", - "test:e2e": "mocha --timeout 5000 e2e" + "test:e2e": "mocha --timeout 8000 e2e" }, "repository": { "type": "git",