Skip to content

Commit 90478e7

Browse files
committed
update timeout to 15min
1 parent f85bf3c commit 90478e7

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
@@ -58,7 +58,7 @@ export const defaultTestConfig: UserConfig = {
5858
loggers: ["stderr"],
5959
};
6060

61-
export const DEFAULT_LONG_RUNNING_TEST_WAIT_TIMEOUT_MS = 1_200_000;
61+
export const DEFAULT_LONG_RUNNING_TEST_WAIT_TIMEOUT_MS = 900_000;
6262

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

0 commit comments

Comments
 (0)