Skip to content

Commit

Permalink
chore: try increasing wait time to give esbuild a chance to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
netlify-team-account-1 committed Dec 17, 2021
1 parent 3a75fa0 commit 36b6c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/serving-functions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ exports.handler = () => ({
})
.buildAsync()

const DEBOUNCE_WAIT = 150
const DEBOUNCE_WAIT = 300
await pause(DEBOUNCE_WAIT)

const resp2 = await got.get(`${server.url}/.netlify/functions/hello`)
Expand Down

0 comments on commit 36b6c20

Please sign in to comment.