Revert timeout time

This commit is contained in:
Michael Bucari-Tovo 2022-07-27 09:55:09 -06:00
parent 1f685ae8a0
commit 369151ada2

View File

@ -319,7 +319,7 @@ namespace AppScaffolding
public static UpgradeProperties GetLatestRelease(ReleaseIdentifier releaseID = ReleaseIdentifier.WindowsClassic) public static UpgradeProperties GetLatestRelease(ReleaseIdentifier releaseID = ReleaseIdentifier.WindowsClassic)
{ {
// timed out // timed out
var latest = getLatestRelease(TimeSpan.FromSeconds(100), releaseID); var latest = getLatestRelease(TimeSpan.FromSeconds(10), releaseID);
if (latest is null) if (latest is null)
return null; return null;