Skip to content

Commit

Permalink
slow down the test (#5641)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Stannard <aaron@petabridge.com>
  • Loading branch information
brah-mcdude and Aaronontheweb authored Feb 11, 2022
1 parent 5ecf376 commit d7bfe27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public async Task WaitForRadioSilenceAsync_should_succeed_later_with_good_post_i
public async Task WaitForRadioSilenceAsync_should_reset_timer_twice_only()
{
var probe = CreateTestProbe("probe");
var max = TimeSpan.FromMilliseconds(100);
var max = TimeSpan.FromMilliseconds(3000);
var halfMax = TimeSpan.FromMilliseconds(max.TotalMilliseconds / 2);
var doubleMax = TimeSpan.FromMilliseconds(max.TotalMilliseconds * 2);
var task = probe.WaitForRadioSilenceAsync(max: max, maxMessages: 2);
Expand Down

0 comments on commit d7bfe27

Please sign in to comment.