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