Skip to content

Commit

Permalink
Increase timeout size on `MergeHub_must_work_with_long_streams_when_b…
Browse files Browse the repository at this point in the history
…uffer_size_is_1`
  • Loading branch information
Aaronontheweb authored Mar 28, 2023
1 parent e89f427 commit 8d72fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Akka.Streams.Tests/Dsl/HubSpec.cs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ await this.AssertAllStagesStoppedAsync(async () =>
Source.From(Enumerable.Range(10001, 10000)).RunWith(sink, Materializer);

(await result).OrderBy(x => x).Should().BeEquivalentTo(Enumerable.Range(1, 20000));
}, Materializer, 3.Seconds());
}, Materializer, 10.Seconds());
}

[Fact]
Expand Down

0 comments on commit 8d72fe4

Please sign in to comment.