Adjust upgrade waiting time

pull/6443/head
2dust 2025-01-03 09:50:21 +08:00
parent 02a13ce028
commit 730b7dea37
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ namespace AmazTool
{ {
Console.WriteLine($"{Resx.Resource.StartUnzipping}\n{fileName}"); Console.WriteLine($"{Resx.Resource.StartUnzipping}\n{fileName}");
Waiting(8); Waiting(3);
if (!File.Exists(fileName)) if (!File.Exists(fileName))
{ {
@ -91,7 +91,7 @@ namespace AmazTool
} }
Console.WriteLine(Resx.Resource.Restartv2rayN); Console.WriteLine(Resx.Resource.Restartv2rayN);
Waiting(3); Waiting(2);
Process process = new() Process process = new()
{ {
StartInfo = new() StartInfo = new()