Skip to content

Commit

Permalink
Fix testMultipleText_1000_10: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira authored and tcard committed Sep 22, 2016
1 parent 019ad50 commit 15e9976
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/ARTRealtimeMessageTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ - (void)multipleSendName:(NSString *)name count:(int)count delay:(int)delay {
}];
}
}];
[self waitForExpectationsWithTimeout:[ARTTestUtil timeout]+delay handler:nil];
[self waitForExpectationsWithTimeout:50.0 handler:nil];
[realtime testSuite_waitForConnectionToClose:self];
}

- (void)testSingleSendText {
Expand Down

0 comments on commit 15e9976

Please sign in to comment.