Fix scan timeouts and privileged shutdown
This commit is contained in:
@@ -112,6 +112,7 @@ class StandardBehavior0421Tests(unittest.TestCase):
|
||||
args = worker._nmap.call_args.args[0]
|
||||
self.assertIn("-sV", args)
|
||||
self.assertIn("1000", args)
|
||||
self.assertGreaterEqual(worker._nmap.call_args.kwargs["timeout_seconds"], 90.0)
|
||||
|
||||
|
||||
class Diagnostics0421Tests(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user