Skip to content

Commit d511b05

Browse files
tweak the waiting times
1 parent 1253708 commit d511b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OptimizelySDK/OptimizelyTests/OptimizelyTests-Common/DatafileHandlerTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ class DatafileHandlerTests: XCTestCase {
161161

162162
func testDownloadWithoutTimeout() {
163163
let handler = DefaultDatafileHandler()
164-
handler.endPointStringFormat = "https://httpstat.us/200?sleep=5000&datafile=%@"
164+
handler.endPointStringFormat = "https://httpstat.us/200?sleep=3000&datafile=%@"
165165

166166
let expectation = XCTestExpectation(description: "will wait for response.")
167167
handler.downloadDatafile(sdkKey: "invalidKeyXXXXX") { (result) in

0 commit comments

Comments
 (0)