From 9482fedf3eef92af8a16acca0170a727d0adb11e Mon Sep 17 00:00:00 2001 From: istarkov Date: Mon, 22 Apr 2024 20:30:19 +0300 Subject: [PATCH] Test --- vercel.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/vercel.json b/vercel.json index 45c873bf51e6..2b9a5a119380 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,14 @@ { "git": { "deploymentEnabled": false + }, + + "functions": { + "timeout-fun/*": { + "maxDuration": 30 + }, + "timeout-fun": { + "maxDuration": 30 + } } }