diff --git a/TransactionProcessorACL.IntegrationTests/Shared/SharedSteps.cs b/TransactionProcessorACL.IntegrationTests/Shared/SharedSteps.cs index 0be0df7..093a9bf 100644 --- a/TransactionProcessorACL.IntegrationTests/Shared/SharedSteps.cs +++ b/TransactionProcessorACL.IntegrationTests/Shared/SharedSteps.cs @@ -584,7 +584,7 @@ await Retry.For(async () => estate = await this.TestingContext.DockerHelper.EstateClient .GetEstate(this.TestingContext.AccessToken, estateDetails.EstateId, CancellationToken.None).ConfigureAwait(false); estate.ShouldNotBeNull(); - }).ConfigureAwait(false); + }, TimeSpan.FromMinutes(2)).ConfigureAwait(false); estate.EstateName.ShouldBe(estateDetails.EstateName); }