Changeset 1638

Show
Ignore:
Timestamp:
06/24/08 17:57:49 (4 months ago)
Author:
kindlund
Message:

Experimenting with different timeout options.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/kindlund-strace/etc/honeyclient.xml

    r1623 r1638  
    8181            <!-- TODO: Update this. XXX: Command-line option, eventually? --> 
    8282            <timeout description="How long the Driver waits during a drive operation, before timing out (in seconds)." default="60"> 
    83                 6
     83                2
    8484            </timeout> 
    8585            <bin_injdll description="The absolute path to the INJDLL.EXE process, that is apart of the STRACE application." default="C:\Program Files\STRACE\INJDLL.EXE"> 
  • honeyclient/branches/exp/kindlund-strace/lib/HoneyClient/Agent.pm

    r1635 r1638  
    14951495                                                                       namespace => $args{'driver_name'}))) { 
    14961496                # TODO: Delete this, eventually. 
    1497                 $LOG->info("Driver Status: Done?"); 
     1497                $LOG->info("Driver Status: Completed"); 
    14981498                $ret->{'work_status'} = 'completed'; 
    14991499                return 1;