Skip to content

Commit

Permalink
Increase time.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Jan 15, 2025
1 parent 1748f98 commit 9a109a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/Squidex.Events.Tests/EventStoreTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ private async Task<IReadOnlyList<StoredEvent>> QueryWithSubscriptionAsync(
await subscriptionRunning();
}

using (var cts = new CancellationTokenSource(60_000))
using (var cts = new CancellationTokenSource(120_000))
{
while (!cts.IsCancellationRequested)
{
Expand Down

0 comments on commit 9a109a9

Please sign in to comment.