Skip to content

Commit fa07ca9

Browse files
authored
Merge branch 'master' into explain_params
2 parents 0e68f0b + 94995cf commit fa07ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def test_cached_execution(self):
195195
self.assertFalse(uncached_result.cached_execution)
196196

197197
# loop to make sure the query is cached on each thread on server
198-
for x in range(0, 32):
198+
for x in range(0, 64):
199199
cached_result = redis_graph.query("MATCH (n) RETURN n, $param", {'param': [0]})
200200
self.assertEqual(uncached_result.result_set, cached_result.result_set)
201201

0 commit comments

Comments
 (0)