We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1f290 commit 94995cfCopy full SHA for 94995cf
test.py
@@ -195,7 +195,7 @@ def test_cached_execution(self):
195
self.assertFalse(uncached_result.cached_execution)
196
197
# loop to make sure the query is cached on each thread on server
198
- for x in range(0, 32):
+ for x in range(0, 64):
199
cached_result = redis_graph.query("MATCH (n) RETURN n")
200
self.assertEqual(uncached_result.result_set, cached_result.result_set)
201
0 commit comments