Commit 6ffb55d5 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Remove unused variable.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2651 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 0ef6b657
......@@ -102,7 +102,6 @@ class ReplicationBenchmark(BenchmarkRunner):
if cell[1] == CellStates.OUT_OF_DATE:
number_of_oudated += 1
return number_of_oudated
start_time = time.time()
end_time = time.time() + 3600
while time.time() <= end_time and number_of_oudated_cell() > 0:
time.sleep(1)
......
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