Skip to content

Commit 94995cf

Browse files
authored
Update test.py
1 parent db1f290 commit 94995cf

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")
200200
self.assertEqual(uncached_result.result_set, cached_result.result_set)
201201

0 commit comments

Comments
 (0)