mirror of https://gitlab.com/bashrc2/epicyon
Allow more time
parent
838d853a59
commit
0aa42a1d71
2
tests.py
2
tests.py
|
@ -854,7 +854,7 @@ def testFollowBetweenServers():
|
|||
True, __version__, False)
|
||||
print('sendResult: ' + str(sendResult))
|
||||
|
||||
for t in range(10):
|
||||
for t in range(16):
|
||||
if os.path.isfile(bobDir + '/accounts/bob@' +
|
||||
bobDomain + '/followers.txt'):
|
||||
if os.path.isfile(aliceDir + '/accounts/alice@' +
|
||||
|
|
Loading…
Reference in New Issue