From 5c323568358d3f9ac7b565d37f4366a7477ba9c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6llner?= Date: Thu, 22 Aug 2019 21:33:18 +0200 Subject: [PATCH] Increased test timeout, again --- Capnp.Net.Runtime.Tests/TcpRpcInterop.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Capnp.Net.Runtime.Tests/TcpRpcInterop.cs b/Capnp.Net.Runtime.Tests/TcpRpcInterop.cs index 685f9de..8316d00 100644 --- a/Capnp.Net.Runtime.Tests/TcpRpcInterop.cs +++ b/Capnp.Net.Runtime.Tests/TcpRpcInterop.cs @@ -268,7 +268,7 @@ namespace Capnp.Net.Runtime.Tests } } - [TestMethod, Timeout(20000)] + [TestMethod, Timeout(120000)] public void ReleaseOnCancelClient() { // Since we have a threaded model, there is no way to deterministically provoke the situation