Procházet zdrojové kódy

Merge pull request #1167 from onevcat/fix/tests

More time for slow environment
Wei Wang před 6 roky
rodič
revize
0c822f3693
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Tests/KingfisherTests/ImagePrefetcherTests.swift

+ 1 - 1
Tests/KingfisherTests/ImagePrefetcherTests.swift

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