Skip to content

Commit 98d451d

Browse files
committed
increase test timeout
1 parent 362e1fb commit 98d451d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/e2e/tests/backend/endpoints/api/v1/external-db-sync-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const PORT_PREFIX = process.env.NEXT_PUBLIC_STACK_PORT_PREFIX || '81';
88
export const POSTGRES_HOST = process.env.EXTERNAL_DB_TEST_HOST || `localhost:${PORT_PREFIX}28`;
99
export const POSTGRES_USER = process.env.EXTERNAL_DB_TEST_USER || 'postgres';
1010
export const POSTGRES_PASSWORD = process.env.EXTERNAL_DB_TEST_PASSWORD || 'PASSWORD-PLACEHOLDER--uqfEC1hmmv';
11-
export const TEST_TIMEOUT = 120000;
11+
export const TEST_TIMEOUT = 240000;
1212
export const HIGH_VOLUME_TIMEOUT = 600000; // 10 minutes for 1500+ users
1313
const SHOULD_FORCE_EXTERNAL_DB_SYNC = process.env.STACK_FORCE_EXTERNAL_DB_SYNC === 'true';
1414
const FORCE_SYNC_MAX_DURATION_MS = (() => {

0 commit comments

Comments
 (0)