mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-17 21:01:00 +00:00
Wow this test _is_ actually very slow!
tox -e py27 -- tests/checker/test_telnet.py takes 30 seconds to complete. That seems excessive to me, but one thing at a time.
This commit is contained in:
parent
e9fb9b01bf
commit
e285b0f257
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class TelnetServerTest (LinkCheckTest):
|
|||
|
||||
def setUp (self):
|
||||
"""Start a new Telnet server in a new thread."""
|
||||
deadline = time.time() + 2 * TIMEOUT
|
||||
deadline = time.time() + 10 * TIMEOUT
|
||||
self.port = start_server(self.host, 0, deadline=deadline)
|
||||
self.assertFalse(self.port is None)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue