File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Basket/Basket.API.IntegrationTests
Order.Query/Order.Query.API.IntegrationTests Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public class GetWebApiContainerFactory : ICollectionFixture<ApiSpecification>
1616}
1717public class ApiSpecification : IAsyncLifetime
1818{
19- private readonly CancellationTokenSource _timeoutCancellationTokenSource = new ( TimeSpan . FromSeconds ( 30 ) ) ;
19+ private readonly CancellationTokenSource _timeoutCancellationTokenSource = new ( TimeSpan . FromSeconds ( 40 ) ) ;
2020 private IDistributedCache ? _cache ;
2121 private WireMockServer ? _discountWireMockServer ;
2222 private ApiFactory ? _factory ;
Original file line number Diff line number Diff line change 3838 </ItemGroup >
3939
4040 <ItemGroup >
41- <ProjectReference Include =" ..\..\Shared\Shared.csproj" />
41+ <ProjectReference Include =" ..\..\Shared\Shared.csproj" />
4242 </ItemGroup >
4343</Project >
Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" OpenTelemetry.Exporter.Console" />
11- <PackageReference Include =" OpenTelemetry.Extensions.Hosting" />
10+ <PackageReference Include =" OpenTelemetry.Exporter.Console" />
11+ <PackageReference Include =" OpenTelemetry.Extensions.Hosting" />
1212 </ItemGroup >
1313
1414</Project >
Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ public async Task InitializeAsync()
8585 }
8686
8787 public new async Task DisposeAsync ( )
88- {
89- await _webApiContainerFactory . DisposeAsync ( ) ;
90- HttpClient . Dispose ( ) ;
88+ {
89+ await _webApiContainerFactory . DisposeAsync ( ) ;
90+ HttpClient . Dispose ( ) ;
9191 }
9292}
You can’t perform that action at this time.
0 commit comments