[svn:parrot] r45830 - trunk/lib/Parrot/Harness
dukeleto at svn.parrot.org
dukeleto at svn.parrot.org
Tue Apr 20 21:09:47 UTC 2010
Author: dukeleto
Date: Tue Apr 20 21:09:46 2010
New Revision: 45830
URL: https://trac.parrot.org/parrot/changeset/45830
Log:
[TT #1568] Increase the timeout for Smolder, so that spurious timeouts do not occur. brianwisti++
Modified:
trunk/lib/Parrot/Harness/Smoke.pm
Modified: trunk/lib/Parrot/Harness/Smoke.pm
==============================================================================
--- trunk/lib/Parrot/Harness/Smoke.pm Tue Apr 20 20:16:45 2010 (r45829)
+++ trunk/lib/Parrot/Harness/Smoke.pm Tue Apr 20 21:09:46 2010 (r45830)
@@ -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();
More information about the parrot-commits
mailing list