Skip to content

Commit a197b08

Browse files
Merge branch 'main' into feat-MCP-40
2 parents 08eb04c + a8d789b commit a197b08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cleanup-atlas-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Cleanup stale Atlas test environments"
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 0 * * *"
6+
- cron: "0 * * * *"
77

88
permissions: {}
99

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 = 1_200_000;
62+
export const DEFAULT_LONG_RUNNING_TEST_WAIT_TIMEOUT_MS = 900_000;
6363

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

0 commit comments

Comments
 (0)