Commit 6f67162a authored by Marc Gravell's avatar Marc Gravell

lib update

parent 77a3986a
...@@ -15,7 +15,7 @@ public class Issue182 : TestBase ...@@ -15,7 +15,7 @@ public class Issue182 : TestBase
[FactLongRunning] [FactLongRunning]
public async Task SetMembers() public async Task SetMembers()
{ {
using (var conn = Create()) using (var conn = Create(syncTimeout: 20000))
{ {
conn.ConnectionFailed += (s, a) => conn.ConnectionFailed += (s, a) =>
{ {
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Pipelines.Sockets.Unofficial" Version="0.2.1-alpha.65" /> <PackageReference Include="Pipelines.Sockets.Unofficial" Version="0.2.1-alpha.68" />
<PackageReference Include="System.Threading.Channels" Version="4.5.0" /> <PackageReference Include="System.Threading.Channels" Version="4.5.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment