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 fb353c2 commit 526572dCopy full SHA for 526572d
GoogleDataTransportCCTSupport/GDTCCTTests/Integration/GDTFLLIntegrationTest.m
@@ -147,7 +147,7 @@ - (void)testSendingDataToFLL {
147
event.qosTier = GDTCOREventQoSFast;
148
[self.transport sendDataEvent:event];
149
150
- [self waitForExpectations:@[ taskCreatedExpectation, taskDoneExpectation ] timeout:25.0];
+ [self waitForExpectations:@[ taskCreatedExpectation, taskDoneExpectation ] timeout:60.0];
151
152
// Just run for a minute whilst generating events.
153
NSInteger secondsToRun = 65;
0 commit comments