[next] Update page config test (#10456)

Updates failing test in https://github.com/vercel/vercel/actions/runs/6090040294/job/16525842631?pr=10430 per changes in https://github.com/vercel/next.js/pull/54786
This commit is contained in:
JJ Kasper
2023-09-05 17:46:37 -07:00
committed by GitHub
parent 98ee6e4728
commit c9ad4084ee
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
---
---

View File

@@ -2,4 +2,6 @@ export default function handler(req, res) {
return res.json({ hello: 'world' });
}
export const maxDuration = 7;
export const config = {
maxDuration: 7
};