We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20a1ecf + 328db0d commit 7fd2087Copy full SHA for 7fd2087
1 file changed
EstateManagement.IntegrationTests/Common/DockerHelper.cs
@@ -212,7 +212,7 @@ await Retry.For(async () =>
212
{
213
EstateReportingContext context = new EstateReportingContext(connectionString);
214
await context.Database.EnsureDeletedAsync(CancellationToken.None);
215
- });
+ }, retryFor:TimeSpan.FromMinutes(2),retryInterval:TimeSpan.FromSeconds(30));
216
217
}
218
0 commit comments