Skip to content

Commit f15a242

Browse files
committed
remote(client): increase timeout to 60s
1 parent 3cabe41 commit f15a242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Platform/iOS/UTMRemoteConnectView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import SwiftUI
1818

19-
private let kTimeoutSeconds: UInt64 = 15
19+
private let kTimeoutSeconds: UInt64 = 60
2020

2121
struct UTMRemoteConnectView: View {
2222
@ObservedObject var remoteClientState: UTMRemoteClient.State

0 commit comments

Comments
 (0)