Skip to content

Commit d9ae14e

Browse files
committed
Fix MAX_ITERATION_TIME
1 parent c5d3d5b commit d9ae14e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/performance/perftest/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
else:
5454
NUM_ITERATIONS = 10
5555
MIN_ITERATION_TIME = 30
56+
MAX_ITERATION_TIME = 60
5657
NUM_DOCS = 10000
5758

5859
TEST_PATH = os.environ.get("TEST_PATH", Path(os.path.realpath(__file__)).parent.parent / "odm-data")

0 commit comments

Comments
 (0)