Skip to content

Commit 3a57d63

Browse files
committed
fix(stats): extend Athena polling timeout
1 parent a6cee98 commit 3a57d63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/stats/core/src/athena.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Effect, Layer } from "effect"
99
import * as Context from "effect/Context"
1010
import { Resource } from "sst/resource"
1111

12-
const ATHENA_MAX_POLL_ATTEMPTS = 300
12+
const ATHENA_MAX_POLL_ATTEMPTS = 900
1313
const ATHENA_PAGE_SIZE = 1000
1414

1515
export type AthenaData = Record<string, string>

0 commit comments

Comments
 (0)