Commit 06077e87 authored by Denis Bilenko's avatar Denis Bilenko

test__dns.py: increase timeout

parent 274228ee
......@@ -28,6 +28,7 @@ class TestNoSwitch(greentest.TestCase):
class TestSwitch(greentest.TestCase):
switch_expected = True
__timeout__ = 10
def test_empty_string(self):
self.assertRaises(DNSError, dns.resolve_ipv4, '')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment