Skip to content

Commit 94c64a7

Browse files
committed
Increase timeout
1 parent afb3fbf commit 94c64a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RxHttpClientTests/ActivityIndicatorPluginTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class ActivityIndicatorPluginTests: XCTestCase {
103103

104104
_ = client.requestData(URLRequest(url: URL(string: "https://test.com/json")!)).subscribe(onError: { _ in completeExpectation.fulfill() })
105105

106-
waitForExpectations(timeout: 1, handler: nil)
106+
waitForExpectations(timeout: 5, handler: nil)
107107

108108
XCTAssertFalse(activityPlugin.application.isNetworkActivityIndicatorVisible)
109109
XCTAssertEqual(activityPlugin.counter, 0)

0 commit comments

Comments
 (0)