LowLevelRosterIntegrationTest: Use timeout value from superclass

This commit is contained in:
Florian Schmaus 2019-03-16 21:24:04 +01:00
parent 9c4e5d0330
commit 9246ea5dca
1 changed files with 0 additions and 2 deletions

View File

@ -45,8 +45,6 @@ public class LowLevelRosterIntegrationTest extends AbstractSmackLowLevelIntegrat
rosterOne.createItem(conTwo.getUser().asBareJid(), "Con Two", null);
rosterTwo.createItem(conOne.getUser().asBareJid(), "Con One", null);
// TODO Change timeout form '5000' to something configurable.
final long timeout = 5000;
IntegrationTestRosterUtil.ensureBothAccountsAreSubscribedToEachOther(conOne, conTwo, timeout);
final SimpleResultSyncPoint offlineTriggered = new SimpleResultSyncPoint();