mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 15:16:41 +00:00
The test is faster now, leave the max_examples setting alone
This commit is contained in:
parent
a5e889f707
commit
4d469d7b64
@ -611,10 +611,6 @@ class Listeners(unittest.TestCase):
|
||||
# use" on the system or not. We just want a couple distinct values we can
|
||||
# check expected results against.
|
||||
@given(ports=sets(elements=port_numbers(), min_size=2, max_size=2))
|
||||
# A few examples should satisfy us here. The logic for dealing with these
|
||||
# numbers is hardly complex. On the flip side, all of the setup work we
|
||||
# do to get a node we can test against is pretty expensive.
|
||||
@settings(max_examples=10)
|
||||
def test_multiple_ports(self, ports):
|
||||
"""
|
||||
When there are multiple listen addresses suggested by the ``tub.port`` and
|
||||
|
Loading…
Reference in New Issue
Block a user