Add delay between attempts to contact the server

This commit is contained in:
Piotr Puszkiewicz 2016-04-08 03:07:33 -07:00
parent c2befefd2a
commit 933c63b2d5

View file

@ -29,6 +29,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
}
catch (Exception)
{
Thread.Sleep(100);
return false;
}
}