From 7dc7145800f970b89332e28402c8a4e706510dda Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Mon, 6 Oct 2014 14:04:20 -0700 Subject: [PATCH] Debug exhaust cursor test. --- test/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils.py b/test/utils.py index 858a93d27..51b17e7c9 100644 --- a/test/utils.py +++ b/test/utils.py @@ -630,7 +630,7 @@ class _TestExhaustCursorMixin(object): # Enough data to ensure it streams down for a few milliseconds. long_str = 'a' * (256 * 1024) - collection.insert([{'a': long_str} for _ in range(200)]) + collection.insert([{'a': long_str} for _ in range(500)]) pool = get_pool(client) pool._check_interval_seconds = None # Never check.