Skip to content

Commit a8d789b

Browse files
authored
chore: update cleanup to run hourly (#666)
1 parent adbf3a0 commit a8d789b

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
@@ -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)