Skip to content

Commit 4306673

Browse files
committed
max examples = 2, reinsert threshold = 0
1 parent 08b6fc8 commit 4306673

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

chromadb/test/property/test_add.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
normal=hypothesis.settings(max_examples=500),
3232
fast=hypothesis.settings(max_examples=200),
3333
),
34+
max_examples=2
3435
)
3536
def test_add_miniscule(
3637
client: ClientAPI,

rust/worker/tilt_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ compaction_service:
170170

171171
log_service:
172172
num_records_before_backpressure: 100000
173-
reinsert_threshold: 1
173+
reinsert_threshold: 0
174174
opentelemetry:
175175
service_name: "rust-log-service"
176176
endpoint: "http://otel-collector:4317"

0 commit comments

Comments
 (0)