Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public async ValueTask InitializeAsync()
[Fact]
public async Task run_setup_with_simulated_exception_in_handler()
{
var session = await WolverineHost.TrackActivity(TimeSpan.FromSeconds(1000))
var session = await WolverineHost.TrackActivity(TimeSpan.FromSeconds(100))
//.WaitForMessageToBeReceivedAt<SRMessage1>(WolverineHost)
.DoNotAssertOnExceptionsDetected()
.IncludeExternalTransports()
Expand Down
Loading