Revert timeout time
This commit is contained in:
parent
1f685ae8a0
commit
369151ada2
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user