diff --git a/.github/workflows/cleanup-atlas-env.yml b/.github/workflows/cleanup-atlas-env.yml index ce3b64bfc..34fe1e70c 100644 --- a/.github/workflows/cleanup-atlas-env.yml +++ b/.github/workflows/cleanup-atlas-env.yml @@ -3,7 +3,7 @@ name: "Cleanup stale Atlas test environments" on: workflow_dispatch: schedule: - - cron: "0 0 * * *" + - cron: "0 * * * *" permissions: {} diff --git a/tests/integration/helpers.ts b/tests/integration/helpers.ts index 391804e85..efb9e0eba 100644 --- a/tests/integration/helpers.ts +++ b/tests/integration/helpers.ts @@ -58,7 +58,7 @@ export const defaultTestConfig: UserConfig = { loggers: ["stderr"], }; -export const DEFAULT_LONG_RUNNING_TEST_WAIT_TIMEOUT_MS = 1_200_000; +export const DEFAULT_LONG_RUNNING_TEST_WAIT_TIMEOUT_MS = 900_000; export function setupIntegrationTest( getUserConfig: () => UserConfig,