mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Update VPN server configurations
This commit is contained in:
@@ -21,7 +21,7 @@ class OpenVPNAdapterTests: XCTestCase {
|
||||
}
|
||||
|
||||
let configurations: [ConfigurationType : String] = [
|
||||
.withoutCredentials: "free_openvpn_udp"
|
||||
.withoutCredentials: "free_openvpn_udp_jp"
|
||||
]
|
||||
|
||||
var expectations = [ExpectationsType : XCTestExpectation]()
|
||||
@@ -51,7 +51,7 @@ class OpenVPNAdapterTests: XCTestCase {
|
||||
adapter.delegate = self
|
||||
adapter.connect()
|
||||
|
||||
waitForExpectations(timeout: 10.0) { (error) in
|
||||
waitForExpectations(timeout: 30.0) { (error) in
|
||||
adapter.disconnect()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user