raise patching timeout to 10mins
This commit is contained in:
parent
66f1832c21
commit
21f4a58cc7
@ -4,8 +4,8 @@
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
|
||||
<Nullable>enable</Nullable>
|
||||
<AssemblyVersion>2.15.0</AssemblyVersion>
|
||||
<FileVersion>2.15.0</FileVersion>
|
||||
<AssemblyVersion>2.15.1</AssemblyVersion>
|
||||
<FileVersion>2.15.1</FileVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<AvaloniaResource Include="Assets\**" />
|
||||
|
@ -4,8 +4,8 @@
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
|
||||
<Nullable>enable</Nullable>
|
||||
<AssemblyVersion>2.15.0</AssemblyVersion>
|
||||
<FileVersion>2.15.0</FileVersion>
|
||||
<AssemblyVersion>2.15.1</AssemblyVersion>
|
||||
<FileVersion>2.15.1</FileVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Binary file not shown.
@ -9,7 +9,7 @@ namespace PatcherUtils.Helpers;
|
||||
|
||||
public class XdeltaProcessHelper
|
||||
{
|
||||
private readonly int _timeout = (int)TimeSpan.FromMinutes(5).TotalMilliseconds;
|
||||
private readonly int _timeout = (int)TimeSpan.FromMinutes(10).TotalMilliseconds;
|
||||
private string _args;
|
||||
private string _sourcePath;
|
||||
private string _deltaPath;
|
||||
|
Loading…
x
Reference in New Issue
Block a user