@@ -49,6 +49,9 @@ class TestStreamRoster(SleekTest):
|
||||
# Wait for get_roster to return.
|
||||
t.join()
|
||||
|
||||
# Give the event queue time to process.
|
||||
time.sleep(.1)
|
||||
|
||||
self.check_roster('tester@localhost', 'user@localhost',
|
||||
name='User',
|
||||
subscription='from',
|
||||
@@ -56,9 +59,6 @@ class TestStreamRoster(SleekTest):
|
||||
pending_out=True,
|
||||
groups=['Friends', 'Examples'])
|
||||
|
||||
# Give the event queue time to process.
|
||||
time.sleep(.1)
|
||||
|
||||
self.failUnless(len(roster_updates) == 1,
|
||||
"Wrong number of roster_update events fired: %s (should be 1)" % len(roster_updates))
|
||||
|
||||
|
Reference in New Issue
Block a user