From f49f1e4b1a16671afd8133675ebd93b0c22bbec7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 9 Nov 2019 18:02:04 +0000 Subject: [PATCH] Extra delay --- tests.py | 1 + 1 file changed, 1 insertion(+) 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)