mirror of https://gitlab.com/bashrc2/epicyon
Extra delay
parent
6e4bd2092c
commit
f49f1e4b1a
1
tests.py
1
tests.py
|
@ -929,6 +929,7 @@ def testFollowBetweenServers():
|
||||||
assert 'bob@'+bobDomain in open(aliceDir+'/accounts/alice@'+aliceDomain+'/following.txt').read()
|
assert 'bob@'+bobDomain in open(aliceDir+'/accounts/alice@'+aliceDomain+'/following.txt').read()
|
||||||
|
|
||||||
# queue item removed
|
# 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
|
assert len([name for name in os.listdir(queuePath) if os.path.isfile(os.path.join(queuePath, name))])==0
|
||||||
|
|
||||||
os.chdir(baseDir)
|
os.chdir(baseDir)
|
||||||
|
|
Loading…
Reference in New Issue