Commit 87fbccb4 authored by Benjamin Blanc's avatar Benjamin Blanc Committed by Sebastien Robin

process: change REPEAT_NUMBER_BEFORE_FLUSHING from 10 to 1

This commit in order to force the flush of files
containing test informations after each iteration.
parent af00526e
......@@ -35,7 +35,7 @@ import socket
from ..testbrowser.browser import Browser
from .result import NothingFlushedException
REPEAT_NUMBER_BEFORE_FLUSHING = 10
REPEAT_NUMBER_BEFORE_FLUSHING = 1
class BenchmarkProcess(multiprocessing.Process):
def __init__(self, exit_msg_queue, result_klass, argument_namespace,
......
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