From 351566d9524f2dee9e97df7733e15260157616e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Wed, 4 Sep 2024 12:16:59 +0900 Subject: [PATCH] timeout --- test/e2e/app-dir/app/index.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/e2e/app-dir/app/index.test.ts b/test/e2e/app-dir/app/index.test.ts index c813f863ab884..549bc4d9bdf13 100644 --- a/test/e2e/app-dir/app/index.test.ts +++ b/test/e2e/app-dir/app/index.test.ts @@ -3,6 +3,8 @@ import { check, retry, waitFor } from 'next-test-utils' import cheerio from 'cheerio' import stripAnsi from 'strip-ansi' +jest.setTimeout(300000) + // TODO: We should decide on an established pattern for gating test assertions // on experimental flags. For example, as a first step we could all the common // gates like this one into a single module.