Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Nov 13, 2024
1 parent 0ff1b31 commit 6477a6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public async Task Issues497_GetCountAsync_Check_Expires_Test()

Assert.Equal(9, await _provider.GetCountAsync());

await Task.Delay(5000);
await Task.Delay(5500);

Assert.Equal(0, await _provider.GetCountAsync());
}
Expand Down

0 comments on commit 6477a6e

Please sign in to comment.