File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -764,7 +764,7 @@ def test_pinning(self):
764
764
# Now verify changing the tag_sets unpins the member.
765
765
tags0 = [{'a' : 'a' }, {}]
766
766
tags1 = [{'a' : 'x' }, {}]
767
- for _ in range (10000 ):
767
+ for _ in range (1000 ):
768
768
host = utils .read_from_which_host (c , NEAREST , tags0 )
769
769
new_host = utils .read_from_which_host (c , NEAREST , tags1 )
770
770
if host != new_host :
@@ -776,7 +776,7 @@ def test_pinning(self):
776
776
777
777
# Finally, verify changing the secondary_acceptable_latency_ms unpins
778
778
# the member.
779
- for _ in range (10000 ):
779
+ for _ in range (1000 ):
780
780
host = utils .read_from_which_host (c , SECONDARY , None , 15 )
781
781
new_host = utils .read_from_which_host (c , SECONDARY , None , 20 )
782
782
if host != new_host :
You can’t perform that action at this time.
0 commit comments