Skip to content

Commit

Permalink
Set tries on async test to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Jan 1, 2024
1 parent dce0db7 commit e53968e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenWeatherMap.Cache.Tests/Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public async Task TestConcurrencyAsync()
{
int apiCachePeriod = 1_000;
int concurrency = 100;
int tries = 1;
int tries = 5;

var openWeatherMapCache = new OpenWeatherMapCache(_apiKey, apiCachePeriod);
int totalFromCache = 0;
Expand Down

0 comments on commit e53968e

Please sign in to comment.