diff --git a/vercel.json b/vercel.json index 7cf7c1f..630dfc6 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "functions": { "app/api/**/*": { - "maxDuration": 60 + "maxDuration": 300 } } }