mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 12:57:47 +00:00
[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:
2
.changeset/pink-ladybugs-yell.md
Normal file
2
.changeset/pink-ladybugs-yell.md
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
---
|
||||
@@ -2,4 +2,6 @@ export default function handler(req, res) {
|
||||
return res.json({ hello: 'world' });
|
||||
}
|
||||
|
||||
export const maxDuration = 7;
|
||||
export const config = {
|
||||
maxDuration: 7
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user