Skip to content

Commit

Permalink
Retry if Docker fails
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed Dec 27, 2024
1 parent 4bfbe42 commit 286aa67
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ namespace Eventuous.Tests.Projections.MongoDB;
[ClassDataSource<IntegrationFixture>]
public class ProjectWithBuilder(IntegrationFixture fixture) {
[Test]
[Retry(3)]
[MethodDataSource(typeof(CollectionSource), nameof(CollectionSource.TestOptions))]
public async Task ShouldProjectImported(MongoProjectionOptions<BookingDocument>? options) {
var evt = DomainFixture.CreateImportBookingEvent();
Expand Down

0 comments on commit 286aa67

Please sign in to comment.