Increased test timeout, again

This commit is contained in:
Christian Köllner 2019-08-22 21:33:18 +02:00
parent 50507c40c7
commit 5c32356835

View File

@ -268,7 +268,7 @@ namespace Capnp.Net.Runtime.Tests
} }
} }
[TestMethod, Timeout(20000)] [TestMethod, Timeout(120000)]
public void ReleaseOnCancelClient() public void ReleaseOnCancelClient()
{ {
// Since we have a threaded model, there is no way to deterministically provoke the situation // Since we have a threaded model, there is no way to deterministically provoke the situation