Explorar o código

Merge pull request #1167 from onevcat/fix/tests

More time for slow environment
Wei Wang %!s(int64=6) %!d(string=hai) anos
pai
achega
0c822f3693
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Tests/KingfisherTests/ImagePrefetcherTests.swift

+ 1 - 1
Tests/KingfisherTests/ImagePrefetcherTests.swift

@@ -312,7 +312,7 @@ class ImagePrefetcherTests: XCTestCase {
             prefetcher.start()
         }
         group.notify(queue: .main) { exp.fulfill() }
-        waitForExpectations(timeout: 5, handler: nil)
+        waitForExpectations(timeout: 15, handler: nil)
     }
 
     func testPrefetchSources() {