mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-10 15:23:27 +01:00
[AltJIT] Extends RSD tunnel + debug server timeouts to 90 seconds
This commit is contained in:
@@ -90,7 +90,7 @@ private extension EnableJIT
|
||||
|
||||
do
|
||||
{
|
||||
let rsdTunnel = try await withTimeout(seconds: 20) {
|
||||
let rsdTunnel = try await withTimeout(seconds: 90) {
|
||||
let regex = Regex {
|
||||
"--rsd"
|
||||
|
||||
@@ -152,7 +152,7 @@ private extension EnableJIT
|
||||
{
|
||||
Logger.main.info("Starting debugserver...")
|
||||
|
||||
return try await withTimeout(seconds: 10) {
|
||||
return try await withTimeout(seconds: 90) {
|
||||
let arguments = ["-u", "-m", "pymobiledevice3", "developer", "debugserver", "start-server"] + rsdTunnel.commandArguments
|
||||
|
||||
let output = try await Process.launchAndWait(.python3, arguments: arguments, environment: self.processEnvironment)
|
||||
|
||||
Reference in New Issue
Block a user