Skip to content

Commit

Permalink
chore: change maxDuration
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Feb 4, 2025
1 parent 3344bfd commit a3cfe1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
str = file.read()
file = open('./vercel.json', 'w')

str = str.replace('"maxDuration": 10', '"maxDuration": 30')
str = str.replace('"maxDuration": 10', '"maxDuration": 15')

file.write(str)
file.close()

0 comments on commit a3cfe1b

Please sign in to comment.