Skip to content

Commit

Permalink
Increase rpc timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfreeman committed Nov 18, 2022
1 parent 589e475 commit 387d48f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ extension FlipperSession {
// MARK: Timeout

extension FlipperSession {
var timeoutNanoseconds: UInt64 { 6 * 1_000 * 1_000_000 }
var timeoutNanoseconds: UInt64 { 30 * 1_000 * 1_000_000 }

func setupTimeoutTimer() {
if let current = timeoutTask {
Expand Down

0 comments on commit 387d48f

Please sign in to comment.