mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-05-24 16:37:19 -04:00
Revert timeout time
This commit is contained in:
@@ -319,7 +319,7 @@ namespace AppScaffolding
|
||||
public static UpgradeProperties GetLatestRelease(ReleaseIdentifier releaseID = ReleaseIdentifier.WindowsClassic)
|
||||
{
|
||||
// timed out
|
||||
var latest = getLatestRelease(TimeSpan.FromSeconds(100), releaseID);
|
||||
var latest = getLatestRelease(TimeSpan.FromSeconds(10), releaseID);
|
||||
if (latest is null)
|
||||
return null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user