Skip to content

Commit

Permalink
fix: increased the default functions timeout to 30s (#6804)
Browse files Browse the repository at this point in the history
  • Loading branch information
minivan authored Sep 5, 2024
1 parent a67732f commit 2438a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const getSiteAccount = ({ accounts, siteInfo }) => {
}

// default 10 seconds for synchronous functions
const SYNCHRONOUS_FUNCTION_TIMEOUT = 10
const SYNCHRONOUS_FUNCTION_TIMEOUT = 30

// default 15 minutes for background functions
const BACKGROUND_FUNCTION_TIMEOUT = 900
Expand Down

0 comments on commit 2438a00

Please sign in to comment.