Update test case

This commit is contained in:
DreamPiggy 2023-12-29 14:43:04 +08:00
parent 2424848c92
commit 12a7c99687
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@
// The original load operation's transitionCompletionExpecation should never // The original load operation's transitionCompletionExpecation should never
// be called (it has been inverted, above) // be called (it has been inverted, above)
[self waitForExpectations:@[secondLoadExpectation, transitionCompletionExpecation] [self waitForExpectations:@[secondLoadExpectation, transitionCompletionExpecation]
timeout:2.0]; timeout:5.0];
} }
- (void)testUIViewCancelCallbackWithError { - (void)testUIViewCancelCallbackWithError {