[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:
JJ Kasper
2022-05-24 14:22:40 -05:00
committed by GitHub
parent be74f79fa0
commit 987fb4d4f7
4 changed files with 12 additions and 9 deletions

View File

@@ -17,6 +17,8 @@ const SIMPLE_PROJECT = path.resolve(
'00-middleware'
);
jest.setTimeout(360000);
describe('Middleware simple project', () => {
const ctx: Context = {};