Skip to content

Commit 98c66a5

Browse files
committed
Fix test timeout - increase from 0.5s to 1.5s for dnspython
1 parent d8a923b commit 98c66a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def test_threads_parameter(self):
160160

161161
def test_timeout_parameter(self):
162162
"""Test -timeout flag with float value."""
163-
result = self.run_cli(["-tL", self.test_servers_file, "-timeout", "0.5"])
163+
result = self.run_cli(["-tL", self.test_servers_file, "-timeout", "1.5"])
164164
self.assertEqual(result.returncode, 0)
165165
# Should complete without error
166166

0 commit comments

Comments
 (0)