We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48275c3 commit 926e12eCopy full SHA for 926e12e
tests/integration/helpers.ts
@@ -59,7 +59,7 @@ export const defaultTestConfig: UserConfig = {
59
loggers: ["stderr"],
60
};
61
62
-export const DEFAULT_LONG_RUNNING_TEST_WAIT_TIMEOUT_MS = 900_000;
+export const DEFAULT_LONG_RUNNING_TEST_WAIT_TIMEOUT_MS = 1_200_000;
63
64
export function setupIntegrationTest(
65
getUserConfig: () => UserConfig,
0 commit comments