diff --git a/Source/AppScaffolding/LibationScaffolding.cs b/Source/AppScaffolding/LibationScaffolding.cs index 3ee0687e..c2bdce85 100644 --- a/Source/AppScaffolding/LibationScaffolding.cs +++ b/Source/AppScaffolding/LibationScaffolding.cs @@ -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;