From 369151ada2fe06012fe699098f305b9b4a9fb515 Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Wed, 27 Jul 2022 09:55:09 -0600 Subject: [PATCH] Revert timeout time --- Source/AppScaffolding/LibationScaffolding.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;