mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-11 04:22:13 +00:00
[next] Ensure test-next-local is run in CI (#7868)
* Ensure test-next-local is run in CI * update turbo config * update timeout * update flakey test
This commit is contained in:
@@ -17,6 +17,8 @@ const SIMPLE_PROJECT = path.resolve(
|
||||
'00-middleware'
|
||||
);
|
||||
|
||||
jest.setTimeout(360000);
|
||||
|
||||
describe('Middleware simple project', () => {
|
||||
const ctx: Context = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user