Skip to content

Commit

Permalink
long timeout for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
djobbo committed Jan 19, 2024
1 parent affa698 commit f438573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"functions": {
"pages/**/*.ts": {
"memory": 1024,
"maxDuration": 4
"maxDuration": 30
},
"pages/**/*.tsx": {
"memory": 1024,
"maxDuration": 4
"maxDuration": 30
}
}
}

0 comments on commit f438573

Please sign in to comment.