We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2069c15 commit 47cb5d0Copy full SHA for 47cb5d0
test/WorkflowCore.Tests.DynamoDB/DynamoDbDockerSetup.cs
@@ -20,6 +20,7 @@ public class DynamoDbDockerSetup : DockerSetup
20
21
public override string ImageName => @"amazon/dynamodb-local";
22
public override int InternalPort => 8000;
23
+ public override TimeSpan TimeOut => TimeSpan.FromSeconds(120);
24
25
public override void PublishConnectionInfo()
26
{
0 commit comments