Skip to content

Commit 44ca546

Browse files
ryan-williamsclaude
andcommitted
Increase instance boot timeout to 600s
Lambda instances can take 5+ minutes to boot. The previous 300s timeout was causing premature failures. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7e84a60 commit 44ca546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lambda_gha/start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
)
1414

1515
INSTANCE_POLL_INTERVAL = 5
16-
INSTANCE_POLL_TIMEOUT = 300
16+
INSTANCE_POLL_TIMEOUT = 600 # Lambda instances can take 5+ minutes to boot
1717

1818

1919
def resolve_ref_to_sha(ref: str) -> str:

0 commit comments

Comments
 (0)