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 afb3fbf commit 94c64a7Copy full SHA for 94c64a7
RxHttpClientTests/ActivityIndicatorPluginTests.swift
@@ -103,7 +103,7 @@ class ActivityIndicatorPluginTests: XCTestCase {
103
104
_ = client.requestData(URLRequest(url: URL(string: "https://test.com/json")!)).subscribe(onError: { _ in completeExpectation.fulfill() })
105
106
- waitForExpectations(timeout: 1, handler: nil)
+ waitForExpectations(timeout: 5, handler: nil)
107
108
XCTAssertFalse(activityPlugin.application.isNetworkActivityIndicatorVisible)
109
XCTAssertEqual(activityPlugin.counter, 0)
0 commit comments