mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-13 23:31:50 +01:00
Troubleshooting failing RepeatedEmbargoError test
This commit is contained in:
parent
0ef76806d6
commit
15eda8c54e
@ -934,7 +934,7 @@ namespace Capnp.Net.Runtime.Tests
|
|||||||
using (var client = new TcpRpcClient("localhost", TcpPort))
|
using (var client = new TcpRpcClient("localhost", TcpPort))
|
||||||
{
|
{
|
||||||
|
|
||||||
client.WhenConnected.Wait();
|
Assert.IsTrue(client.WhenConnected.Wait(MediumNonDbgTimeout));
|
||||||
|
|
||||||
using (var main = client.GetMain<ITestMoreStuff>())
|
using (var main = client.GetMain<ITestMoreStuff>())
|
||||||
{
|
{
|
||||||
@ -989,7 +989,7 @@ namespace Capnp.Net.Runtime.Tests
|
|||||||
LaunchCompatTestProcess("server:MoreStuff", EmbargoErrorImpl);
|
LaunchCompatTestProcess("server:MoreStuff", EmbargoErrorImpl);
|
||||||
}
|
}
|
||||||
|
|
||||||
[TestMethod, Timeout(120000)]
|
[TestMethod, Timeout(240000)]
|
||||||
public void RepeatedEmbargoError()
|
public void RepeatedEmbargoError()
|
||||||
{
|
{
|
||||||
LaunchCompatTestProcess("server:MoreStuff", stdout =>
|
LaunchCompatTestProcess("server:MoreStuff", stdout =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user