Skip to content

Commit

Permalink
Amended one test that github action just does not like! If this fails…
Browse files Browse the repository at this point in the history
… I will need to come up with another way as this type of test is need for 100% coverage.
  • Loading branch information
code-dispenser committed May 29, 2024
1 parent 56f427f commit 411bbd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public async Task Should_be_able_to_pass_a_cancellation_token_to_the_event()
/*
* publish is fire and forget so need a delay for the handler to be created before checking, set higher than needed
*/
await Task.Delay(150);
await Task.Delay(300);
this.EventHandlerCancelled.Should().BeTrue();
}

Expand Down

0 comments on commit 411bbd7

Please sign in to comment.