Merge pull request #2378 from Sridhar-MS/kestrel-fix
Increasing timeout to check Kestrel Server is up.
This commit is contained in:
commit
3af38bf0fe
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
||||||
public class NetworkHelper
|
public class NetworkHelper
|
||||||
{
|
{
|
||||||
// in milliseconds
|
// in milliseconds
|
||||||
private const int Timeout = 20000;
|
private const int Timeout = 50000;
|
||||||
|
|
||||||
public static string Localhost { get; } = "http://localhost";
|
public static string Localhost { get; } = "http://localhost";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue