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 7b638944f9
commit 396121a01b

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

Loading…
Cancel
Save