From c4c658ea7bd62c74534108c2203ff563a33991af Mon Sep 17 00:00:00 2001 From: Gregory Campbell Date: Thu, 25 Nov 2021 11:12:25 -0500 Subject: [PATCH] Extended timeout of testing so it can pass when run through github actions --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 051836c..eff5395 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "server.js", "scripts": { "start": "node server.js", - "test": "mocha --exit" + "test": "mocha --exit --timeout 10000" }, "repository": { "type": "git",