We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7e7e4 commit ab19bb5Copy full SHA for ab19bb5
KeenClientTests/KeenEventTests.m
@@ -931,7 +931,7 @@ - (void)testUploadEventDoesntDuplicateWithMultipleCallsToUpload {
931
}];
932
}
933
934
- [self waitForExpectationsWithTimeout:_asyncTimeInterval
+ [self waitForExpectationsWithTimeout:kTestExpectationTimeoutInterval
935
handler:^(NSError *_Nullable error) {
936
// make sure the events were deleted locally
937
XCTAssertTrue([client.store getTotalEventCountWithProjectID:nil] == 0,
0 commit comments