diff --git a/tests.py b/tests.py index df277a344..a28ce2552 100644 --- a/tests.py +++ b/tests.py @@ -929,6 +929,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)