Skip to content

Commit

Permalink
chore: allow longer timeouts for tests with Serverless v3 & Github Ac…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
activescott committed Mar 16, 2023
1 parent 0ce4393 commit c3ea355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/basic.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit c3ea355

Please # to comment.