Skip to content

Commit c7e3e09

Browse files
committed
chore(tiny-erp): Reverting Tiny webhooks function timeout to 120s
1 parent de2d225 commit c7e3e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apps/tiny-erp/src/tiny-erp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const tinyerp = {
2222
.runWith({
2323
...httpsFunctionOptions,
2424
memory: '512MB',
25-
timeoutSeconds: 180,
25+
timeoutSeconds: 120,
2626
})
2727
.https.onRequest((req, res) => {
2828
return createExecContext(() => handleTinyWebhook(req, res));

0 commit comments

Comments
 (0)