Wait wait for icq events. Delete item event came after 30 seconds. Try to wait for so long.

cusax-fix
Damian Minkov 19 years ago
parent a1aaeff334
commit 081de4e781

@ -749,7 +749,7 @@ public void postTestUnsubscribe()
synchronized(subEvtCollector)
{
operationSetPresence.unsubscribe(icqTesterAgentContact);
subEvtCollector.waitForEvent(10000);
subEvtCollector.waitForEvent(40000);
//don't want any more events
operationSetPresence.removeSubscriptionListener(subEvtCollector);
}

@ -603,7 +603,7 @@ public void postTestUnsubscribe()
synchronized(subEvtCollector){
operationSetPresence1.unsubscribe(jabberTesterAgentContact);
subEvtCollector.waitForEvent(40000);
subEvtCollector.waitForEvent(10000);
//don't want any more events
operationSetPresence1.removeSubscriptionListener(subEvtCollector);
}

Loading…
Cancel
Save