Ticket #1568: smoke_extend_timeout.patch

File smoke_extend_timeout.patch, 425 bytes (added by brianwisti, 12 years ago)
  • lib/Parrot/Harness/Smoke.pm

     
    116116          . '/app/projects/process_add_report/' 
    117117          . $project_id; 
    118118    my $ua = LWP::UserAgent->new(); 
     119    $ua->timeout(360); 
    119120    $ua->agent( 'Parrot::Harness::Smoke' ); 
    120121    $ua->env_proxy(); 
    121122