Longer delay

main2
Bob Mottram 2019-11-09 18:06:54 +00:00
parent f49f1e4b1a
commit 6743511861
1 changed files with 1 additions and 1 deletions

View File

@ -929,7 +929,7 @@ def testFollowBetweenServers():
assert 'bob@'+bobDomain in open(aliceDir+'/accounts/alice@'+aliceDomain+'/following.txt').read()
# queue item removed
time.sleep(2)
time.sleep(4)
assert len([name for name in os.listdir(queuePath) if os.path.isfile(os.path.join(queuePath, name))])==0
os.chdir(baseDir)