Просмотр исходного кода

Merge pull request #1167 from onevcat/fix/tests

More time for slow environment
Wei Wang 6 лет назад
Родитель
Сommit
0c822f3693
1 измененных файлов с 1 добавлено и 1 удалено
  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() {