From 28b88595f860328b88b9d188136782ebf21e5f04 Mon Sep 17 00:00:00 2001 From: Kiril Vatev Date: Wed, 23 Dec 2020 01:04:07 -0500 Subject: [PATCH] bumping test timeouts higher since conversions tend to run a bit slow in travis (like 1.8 seconds is pretty typical) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ef4cfa..178946c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "pretest": "node scripts/images.js", - "test": "mocha --timeout 20000 --slow 0 \"test/**/*.js\"" + "test": "mocha --timeout 40000 --slow 0 \"test/**/*.js\"" }, "repository": { "type": "git",