Skip to content

Commit

Permalink
Changed delay as stop gap
Browse files Browse the repository at this point in the history
  • Loading branch information
code-dispenser committed May 14, 2024
1 parent b13cbbb commit e1782e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public async Task Should_be_able_to_unsubscribe_from_events_by_disposing_the_sub
}

_eventAggregator.Publish(conditionEvent, CancellationToken.None);
await Task.Delay(20);//
await Task.Delay(50);//

theHandleCount.Should().Be(1);

Expand Down

0 comments on commit e1782e3

Please sign in to comment.