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 e3625ca commit 8779479Copy full SHA for 8779479
GoogleDataTransport/GDTCORTests/Unit/GDTCORFlatFileStorageTest.m
@@ -1170,7 +1170,7 @@ - (void)testStoreEvent_WhenSizeLimitReached_ThenNewEventIsSkipped {
1170
onComplete:^{
1171
[removeBatchExpectation fulfill];
1172
}];
1173
- [self waitForExpectations:@[ removeBatchExpectation ] timeout:5];
+ [self waitForExpectations:@[ removeBatchExpectation ] timeout:generatedEvents.count * 0.1];
1174
1175
// 6. Try to add another event.
1176
XCTestExpectation *storeExpectation2 = [self expectationWithDescription:@"storeExpectation2"];
0 commit comments