Ver Fonte

Changed test timeout to 30 seconds because it keeps failing on travis despite not failing locally

Michael Tzach há 9 anos atrás
pai
commit
d977768546
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Tests/KingfisherTests/ImageCacheTests.swift

+ 1 - 1
Tests/KingfisherTests/ImageCacheTests.swift

@@ -238,7 +238,7 @@ class ImageCacheTests: XCTestCase {
             expectation.fulfill()
         }
         
-        self.waitForExpectationsWithTimeout(20, handler: nil)
+        self.waitForExpectationsWithTimeout(30, handler: nil)
     }
     
     func testCleanDiskCacheNotification() {