forked from indymedia/epicyon
Longer waits
parent
daaea4d5fd
commit
a01138ecf6
4
tests.py
4
tests.py
|
@ -315,12 +315,12 @@ def testFollowBetweenServers():
|
||||||
while not (testServerAliceRunning and testServerBobRunning and testServerEveRunning):
|
while not (testServerAliceRunning and testServerBobRunning and testServerEveRunning):
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
ctr+=1
|
ctr+=1
|
||||||
if ctr>30:
|
if ctr>60:
|
||||||
break
|
break
|
||||||
print('Alice online: '+str(testServerAliceRunning))
|
print('Alice online: '+str(testServerAliceRunning))
|
||||||
print('Bob online: '+str(testServerBobRunning))
|
print('Bob online: '+str(testServerBobRunning))
|
||||||
print('Eve online: '+str(testServerEveRunning))
|
print('Eve online: '+str(testServerEveRunning))
|
||||||
assert ctr<=30
|
assert ctr<=60
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
|
|
||||||
# In the beginning all was calm and there were no follows
|
# In the beginning all was calm and there were no follows
|
||||||
|
|
Loading…
Reference in New Issue