From 0aa42a1d71694b627f96a2fd089f2d4e3f5f8772 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 23 Dec 2020 10:58:50 +0000 Subject: [PATCH] Allow more time --- tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.py b/tests.py index 5bd93560e..1c864100d 100644 --- a/tests.py +++ b/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@' +