Skip to content

Commit c0a804a

Browse files
committed
chore: users-api timeout to 15 secs
1 parent 3e4e43d commit c0a804a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

VirtualFinland.UsersAPI.Deployment/Features/UsersApiLambdaFunction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public UsersApiLambdaFunction(Config config, StackSetup stackSetup, VpcSetup vpc
116116
Role = execRole.Arn,
117117
Runtime = "dotnet6",
118118
Handler = "VirtualFinland.UsersAPI",
119-
Timeout = 10,
119+
Timeout = 15,
120120
MemorySize = 2048,
121121
Environment = new FunctionEnvironmentArgs
122122
{

0 commit comments

Comments
 (0)