changeset 43528 | 35f74aafc878 |
parent 42970 | 05d1dc9fefdb |
child 46241 | 1a0b8f529b96 |
--- 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);