give slightly more time to server to respond, to avoid leaving too much garbage on Geoff's servers
--- 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);