Skip to content

Commit 5b2627c

Browse files
author
Brent Cook
committed
switch
1 parent 5573c6c commit 5b2627c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/metasploit/framework/login_scanner/snmp_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
before(:each) do
3737
snmp_scanner.host = '127.0.0.1'
3838
snmp_scanner.port = 161
39-
snmp_scanner.retries = 0
39+
snmp_scanner.connection_timeout = 1
4040
snmp_scanner.stop_on_success = true
4141
snmp_scanner.cred_details = detail_group
4242
end

0 commit comments

Comments
 (0)