File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ namespace UiPath.CoreIpc.Tests
11
11
{
12
12
public class EndpointTests : IDisposable
13
13
{
14
- private static readonly TimeSpan RequestTimeout = TimeSpan . FromSeconds ( 2 ) ;
14
+ private static TimeSpan RequestTimeout => TestBase . RequestTimeout ;
15
15
private readonly ServiceHost _host ;
16
16
private readonly IComputingService _computingClient ;
17
17
private readonly ISystemService _systemClient ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public abstract class TestBase : IDisposable
9
9
{
10
10
protected const int MaxReceivedMessageSizeInMegabytes = 1 ;
11
11
protected static int Count = - 1 ;
12
- protected static readonly TimeSpan RequestTimeout =
12
+ public static readonly TimeSpan RequestTimeout =
13
13
#if CI
14
14
TimeSpan . FromSeconds ( 2 ) +
15
15
#endif
You can’t perform that action at this time.
0 commit comments