Skip to content

Commit ddad424

Browse files
committed
PYCBC-1677: Increase documents created for subdoc tests
Change-Id: I2016eb0dbac17a8d21116f16573f9df23ae83ff1 Reviewed-on: https://review.couchbase.org/c/couchbase-python-client/+/225389 Tested-by: Build Bot <build@couchbase.com> Reviewed-by: Dimitris Christodoulou <dimitris.christodoulou@couchbase.com>
1 parent a69cdd6 commit ddad424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/environments/subdoc_environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def load_data(self): # noqa: C901
107107
print(ex)
108108
raise
109109

110-
for v in self.data_provider.get_vehicles()[:50]:
110+
for v in self.data_provider.get_vehicles()[:100]:
111111
for _ in range(3):
112112
try:
113113
key = f'{v["id"]}'

0 commit comments

Comments
 (0)