Skip to content

Commit 7fd2087

Browse files
Merge pull request #97 from StuartFerguson/bug/#96_retryreadmodeldelete
Updated read model delete retry code
2 parents 20a1ecf + 328db0d commit 7fd2087

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EstateManagement.IntegrationTests/Common/DockerHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ await Retry.For(async () =>
212212
{
213213
EstateReportingContext context = new EstateReportingContext(connectionString);
214214
await context.Database.EnsureDeletedAsync(CancellationToken.None);
215-
});
215+
}, retryFor:TimeSpan.FromMinutes(2),retryInterval:TimeSpan.FromSeconds(30));
216216

217217
}
218218
}

0 commit comments

Comments
 (0)