Skip to content

Commit 526572d

Browse files
authored
Increase timeout to fix travis failure (#3909)
1 parent fb353c2 commit 526572d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoogleDataTransportCCTSupport/GDTCCTTests/Integration/GDTFLLIntegrationTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ - (void)testSendingDataToFLL {
147147
event.qosTier = GDTCOREventQoSFast;
148148
[self.transport sendDataEvent:event];
149149

150-
[self waitForExpectations:@[ taskCreatedExpectation, taskDoneExpectation ] timeout:25.0];
150+
[self waitForExpectations:@[ taskCreatedExpectation, taskDoneExpectation ] timeout:60.0];
151151

152152
// Just run for a minute whilst generating events.
153153
NSInteger secondsToRun = 65;

0 commit comments

Comments
 (0)