We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1253708 commit d511b05Copy full SHA for d511b05
OptimizelySDK/OptimizelyTests/OptimizelyTests-Common/DatafileHandlerTests.swift
@@ -161,7 +161,7 @@ class DatafileHandlerTests: XCTestCase {
161
162
func testDownloadWithoutTimeout() {
163
let handler = DefaultDatafileHandler()
164
- handler.endPointStringFormat = "https://httpstat.us/200?sleep=5000&datafile=%@"
+ handler.endPointStringFormat = "https://httpstat.us/200?sleep=3000&datafile=%@"
165
166
let expectation = XCTestExpectation(description: "will wait for response.")
167
handler.downloadDatafile(sdkKey: "invalidKeyXXXXX") { (result) in
0 commit comments