give slightly more time to server to respond, to avoid leaving too much garbage on Geoff's servers
authorblanchet
Thu, 23 Jun 2011 11:19:41 +0200
changeset 43528 35f74aafc878
parent 43526 2b92a6943915
child 43529 359fa511662c
give slightly more time to server to respond, to avoid leaving too much garbage on Geoff's servers
src/HOL/Tools/ATP/scripts/remote_atp
--- a/src/HOL/Tools/ATP/scripts/remote_atp	Wed Jun 22 15:58:55 2011 -0700
+++ b/src/HOL/Tools/ATP/scripts/remote_atp	Thu Jun 23 11:19:41 2011 +0200
@@ -94,7 +94,7 @@
 $Agent->env_proxy;
 if (exists($Options{'t'})) {
   # give server more time to respond
-  $Agent->timeout($Options{'t'} + 10);
+  $Agent->timeout($Options{'t'} + 15);
 }
 my $Request = POST($SystemOnTPTPFormReplyURL,
 	Content_Type => 'form-data',Content => \%URLParameters);