Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e42502b

Browse files
committedFeb 12, 2025
longer
1 parent cfb3dd5 commit e42502b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Coder Desktop/Coder Desktop/Views/VPNMenu.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ struct VPNMenu<VPN: VPNService, S: Session>: View {
1010
// an error is shown: "The VPN session failed because an internal error occurred".
1111
// This forces the user to wait a few seconds before they can toggle the VPN back on.
1212
@State private var waitCleanup = false
13-
private var waitCleanupDuration: Duration = .seconds(4)
13+
private var waitCleanupDuration: Duration = .seconds(6)
1414

1515
let inspection = Inspection<Self>()
1616

0 commit comments

Comments
 (0)
Failed to load comments.