Skip to content

Commit

Permalink
Update SubscribeTests.cs
Browse files Browse the repository at this point in the history
fixing unit test
  • Loading branch information
roger-castaldo committed Jul 24, 2024
1 parent 3c4928a commit f3b7bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutomatedTesting/ContractConnectionTests/SubscribeTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public async Task TestSubscribeAsyncWithNoExtendedAspects()
stopwatch.Stop();
System.Diagnostics.Trace.WriteLine($"Time to publish message {stopwatch.ElapsedMilliseconds}ms");

await Task.Delay(TimeSpan.FromSeconds(1));
await Task.Delay(TimeSpan.FromSeconds(5));
foreach (var act in errorActions)
act(exception);
#endregion
Expand Down

0 comments on commit f3b7bc3

Please sign in to comment.