Skip to content

Commit 604cad9

Browse files
committed
Updated timeout to default to 45 seconds to wait for the print job to finish.
1 parent b17d6a6 commit 604cad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/xerox_pwd_extract.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def initialize(info={})
2929
[
3030
OptPort.new('RPORT', [true, 'Web management console port for the printer', 80]),
3131
OptPort.new('JPORT', [true, 'Jetdirect port', 9100]),
32-
OptInt.new('TIMEOUT', [true, 'Timeout for printer probe', 20])
32+
OptInt.new('TIMEOUT', [true, 'Timeout to wait for printer job to run', 45])
3333
], self.class)
3434
end
3535

0 commit comments

Comments
 (0)