From 12a7c99687395694dd125720c2da90ea3d3be770 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Fri, 29 Dec 2023 14:43:04 +0800 Subject: [PATCH] Update test case --- Tests/Tests/SDWebCacheCategoriesTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Tests/SDWebCacheCategoriesTests.m b/Tests/Tests/SDWebCacheCategoriesTests.m index 49061809..a980401e 100644 --- a/Tests/Tests/SDWebCacheCategoriesTests.m +++ b/Tests/Tests/SDWebCacheCategoriesTests.m @@ -408,7 +408,7 @@ // The original load operation's transitionCompletionExpecation should never // be called (it has been inverted, above) [self waitForExpectations:@[secondLoadExpectation, transitionCompletionExpecation] - timeout:2.0]; + timeout:5.0]; } - (void)testUIViewCancelCallbackWithError {