Commit dd1f927a authored by Luke Macken's avatar Luke Macken

tests: Cut down on the number of payloads to see if it works on travis again

parent f8c84ae3
...@@ -48,7 +48,7 @@ class TestCodeInjection(object): ...@@ -48,7 +48,7 @@ class TestCodeInjection(object):
def test_many_payloads_into_program_with_many_threads(self): def test_many_payloads_into_program_with_many_threads(self):
program = generate_program(threads=25) program = generate_program(threads=25)
num_payloads = 25 num_payloads = 5
try: try:
for exe in interpreters(): for exe in interpreters():
p = run_program(program, exe=exe) p = run_program(program, exe=exe)
......
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