From c3ea35573364b377629556880c9574fd02db83aa Mon Sep 17 00:00:00 2001 From: Scott Willeke Date: Wed, 15 Mar 2023 22:58:32 -0700 Subject: [PATCH] chore: allow longer timeouts for tests with Serverless v3 & Github Actions --- examples/basic/basic.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/basic/basic.spec.js b/examples/basic/basic.spec.js index 719ab8e..5ccc2ea 100644 --- a/examples/basic/basic.spec.js +++ b/examples/basic/basic.spec.js @@ -6,7 +6,7 @@ const ServerlessInvoker = require("../../index") describe("basic", function () { // in serverless v3 these started taking longer than the default 2000ms - this.timeout(2500) + this.timeout(4000) let sls = null beforeEach(function () {