Revert timeout time
This commit is contained in:
parent
1f685ae8a0
commit
369151ada2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue