Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott committed Mar 28, 2024
1 parent e97d91c commit 550bde4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions end2end/tests/lambda-mongodb.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ const execAsync = promisify(exec);

const directory = resolve(__dirname, "../../sample-apps/lambda-mongodb");

// Invoking serverless functions can be slow
t.setTimeout(60000);

// Ensure the serverless CLI is installed
t.before(async () => {
await execAsync("npx --loglevel=error serverless --help", {
Expand Down

0 comments on commit 550bde4

Please sign in to comment.