Skip to content

Commit 47cb5d0

Browse files
committed
dynamodb tests docker setup timeout
1 parent 2069c15 commit 47cb5d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/WorkflowCore.Tests.DynamoDB/DynamoDbDockerSetup.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public class DynamoDbDockerSetup : DockerSetup
2020

2121
public override string ImageName => @"amazon/dynamodb-local";
2222
public override int InternalPort => 8000;
23+
public override TimeSpan TimeOut => TimeSpan.FromSeconds(120);
2324

2425
public override void PublishConnectionInfo()
2526
{

0 commit comments

Comments
 (0)