Index: lib/Parrot/Harness/Smoke.pm =================================================================== --- lib/Parrot/Harness/Smoke.pm (revision 45823) +++ lib/Parrot/Harness/Smoke.pm (working copy) @@ -116,6 +116,7 @@ . '/app/projects/process_add_report/' . $project_id; my $ua = LWP::UserAgent->new(); + $ua->timeout(360); $ua->agent( 'Parrot::Harness::Smoke' ); $ua->env_proxy();