mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 23:01:44 +01:00
Increased test timeout
This commit is contained in:
parent
15eda8c54e
commit
50507c40c7
@ -15,7 +15,7 @@ namespace Capnp.Net.Runtime.Tests
|
||||
{
|
||||
public static int TcpPort = 49152;
|
||||
public static int MediumNonDbgTimeout => Debugger.IsAttached ? Timeout.Infinite : 5000;
|
||||
public static int LargeNonDbgTimeout => Debugger.IsAttached ? Timeout.Infinite : 10000;
|
||||
public static int LargeNonDbgTimeout => Debugger.IsAttached ? Timeout.Infinite : 20000;
|
||||
public static int ShortTimeout => 500;
|
||||
|
||||
public static int GetNextTcpPort()
|
||||
|
Loading…
x
Reference in New Issue
Block a user