Explorar el Código

Merge pull request #1167 from onevcat/fix/tests

More time for slow environment
Wei Wang hace 6 años
padre
commit
0c822f3693
Se han modificado 1 ficheros con 1 adiciones y 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() {