Commit 75a2fb5b authored by Priscila Manhaes's avatar Priscila Manhaes

TYPO

parent ea58a0fd
......@@ -50,7 +50,7 @@ class TestHighLoad(TestCase):
"""Sends many request to Server. Calling generate method"""
process_list = []
data = open("data/test.doc", 'r').read()
LOOP = 2
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