Skip to content

Commit ad4028f

Browse files
committed
increase lambda timeout
1 parent 29524ed commit ad4028f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudformation/03-lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Resources:
2626
# TODO: Tune? Works well enough for now
2727
MemorySize: 1769 # Needed to increase the CPU
2828

29-
Timeout: 15
29+
Timeout: 120 # 2 minutes
3030

3131
# Makes the lambda quick enough to be viable
3232
SnapStart:

0 commit comments

Comments
 (0)