Skip to content

Commit 926e12e

Browse files
committed
update perf advisor timeout back to original value
1 parent 48275c3 commit 926e12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const defaultTestConfig: UserConfig = {
5959
loggers: ["stderr"],
6060
};
6161

62-
export const DEFAULT_LONG_RUNNING_TEST_WAIT_TIMEOUT_MS = 900_000;
62+
export const DEFAULT_LONG_RUNNING_TEST_WAIT_TIMEOUT_MS = 1_200_000;
6363

6464
export function setupIntegrationTest(
6565
getUserConfig: () => UserConfig,

0 commit comments

Comments
 (0)