diff --git a/src/App.axaml.cs b/src/App.axaml.cs index eeacb56d..eb4655c4 100644 --- a/src/App.axaml.cs +++ b/src/App.axaml.cs @@ -164,7 +164,7 @@ namespace SourceGit try { // Fetch lastest release information. - var client = new HttpClient() { Timeout = TimeSpan.FromSeconds(2) }; + var client = new HttpClient() { Timeout = TimeSpan.FromSeconds(5) }; var data = await client.GetStringAsync("https://sourcegit-scm.github.io/data/version.json"); // Parse json into Models.Version.