|
@@ -696,7 +696,7 @@ class ImageViewExtensionTests: XCTestCase {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
group.notify(queue: .main) { exp.fulfill() }
|
|
group.notify(queue: .main) { exp.fulfill() }
|
|
|
- waitForExpectations(timeout: 5, handler: nil)
|
|
|
|
|
|
|
+ waitForExpectations(timeout: 3, handler: nil)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func testMemoryImageCacheExtendingExpirationTask() {
|
|
func testMemoryImageCacheExtendingExpirationTask() {
|