forked from indymedia/epicyon
Fix network test on commentjson 0.8.2
parent
00ec2e1b89
commit
78842dff31
1
tests.py
1
tests.py
|
@ -931,6 +931,7 @@ def testFollowBetweenServers():
|
|||
assert 'bob@'+bobDomain in open(aliceDir+'/accounts/alice@'+aliceDomain+'/following.txt').read()
|
||||
|
||||
# queue item removed
|
||||
time.sleep(2)
|
||||
assert len([name for name in os.listdir(queuePath) if os.path.isfile(os.path.join(queuePath, name))])==0
|
||||
|
||||
os.chdir(baseDir)
|
||||
|
|
Loading…
Reference in New Issue