diff --git a/vercel.json b/vercel.json
index ff0d4d2..b4b46e7 100644
--- a/vercel.json
+++ b/vercel.json
@@ -1,7 +1,7 @@
 {
   "functions": {
     "app/**/*": {
-      "maxDuration": 5
+      "maxDuration": 180
     }
   }
 }