Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Extending test timing slightly
  • Loading branch information
jsquire committed Oct 3, 2024
commit ae15323df80db35825fca35471b18858cf25bedc
Original file line number Diff line number Diff line change
Expand Up @@ -2490,7 +2490,7 @@ public async Task ConsumerCanReadFromAllPartitionsStartingWithLatest()

// Give the consumer a moment to ensure that it is established and then send events for it to read.

await Task.Delay(1250);
await Task.Delay(1500);
await SendEventsToAllPartitionsAsync(scope.EventHubName, sourceEvents, partitions, cancellationSource.Token);

// Read the events and validate the resulting state.
Expand Down