Browse Source

Tests unified.

pull/135/head
Sebastian Stehle 8 years ago
parent
commit
76b4972a21
  1. 2
      tests/Squidex.Infrastructure.Tests/CQRS/Events/PollingSubscriptionTests.cs

2
tests/Squidex.Infrastructure.Tests/CQRS/Events/PollingSubscriptionTests.cs

@ -60,7 +60,7 @@ namespace Squidex.Infrastructure.CQRS.Events
private async Task WaitAndStopAsync() private async Task WaitAndStopAsync()
{ {
await Task.Delay(1000); await Task.Delay(200);
await sut.StopAsync(); await sut.StopAsync();
} }

Loading…
Cancel
Save