Changeset 635

Show
Ignore:
Timestamp:
04/11/07 18:11:14 (6 years ago)
Author:
max
Message:

ALRM for testing components was set to 1 second!

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • applications/shepherd

    r633 r635  
    22 
    33my $progname = 'shepherd'; 
    4 my $version = '0.4.87'; 
     4my $version = '0.4.88'; 
    55 
    66# tv_grab_au 
     
    11551155        local $SIG{ALRM}; 
    11561156        if ($timeout > 0) { 
     1157            $timeout = 20 if ($timeout < 20); 
    11571158            $SIG{ALRM} = sub { die "alarm\n"; }; 
    11581159            alarm $timeout; # set alarm 
  • status

    r634 r635  
    1 application     shepherd            0.4.87 
     1application     shepherd            0.4.88 
    22grabber         yahoo7widget        1.82 
    33grabber         rex                 3.4.9