Browse Source

Removed another sleep

msmith-techempower 8 years ago
parent
commit
7fc3426e92
1 changed files with 0 additions and 1 deletions
  1. 0 1
      toolset/benchmark/benchmarker.py

+ 0 - 1
toolset/benchmark/benchmarker.py

@@ -574,7 +574,6 @@ class Benchmarker:
         result, process = test.start(out)
         if result != 0:
           self.__stop_test(out, process)
-          time.sleep(5)
           out.write( "ERROR: Problem starting {name}\n".format(name=test.name) )
           out.flush()
           self.__write_intermediate_results(test.name,"<setup.py>#start() returned non-zero")