Commit 310778b3 authored by Gabriel Monnerat's avatar Gabriel Monnerat

increase loop to parallel requests

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@45744 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bea27771
......@@ -56,7 +56,7 @@ class TestHighLoad(HandlerTestCase):
"""Sends many request to Server. Calling generate method"""
process_list = []
data = encodestring(open("data/test.doc", 'r').read())
LOOP = 50
LOOP = 100
result_list = Array('i', [False] * LOOP)
for id in range(LOOP):
process = Process(target=basicTestToGenerate, args=(id, self.proxy, data,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment