X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fdaemons%2Fuwobo%2Fuwobo.ml;fp=helm%2Fsoftware%2Fdaemons%2Fuwobo%2Fuwobo.ml;h=167dc04f89d3978d52045779938f56fce9919e19;hb=2ff607128f5574b85c86f1b20109ea1386f2607e;hp=fc2d5d02bb2ba486714f73e1616b5c78c2432878;hpb=25aa80d913c903fcc270d05464cf3084b12d52a8;p=helm.git diff --git a/helm/software/daemons/uwobo/uwobo.ml b/helm/software/daemons/uwobo/uwobo.ml index fc2d5d02b..167dc04f8 100644 --- a/helm/software/daemons/uwobo/uwobo.ml +++ b/helm/software/daemons/uwobo/uwobo.ml @@ -803,7 +803,10 @@ let main () = let d_spec = Http_daemon.daemon_spec ~port ~mode:`Fork ~callback:(callback ~syslogger ~styles ~cmd_pipe ~res_pipe ()) - ~auto_close:true () + ~auto_close:true +(* FG: we set a timeout of 900 secs, which is the default of wget *) +(* : 300 secs is too short for some proofs like pr0_confluence.con.body *) + ~timeout:(Some 900) () in Http_daemon.main d_spec | _ (* < 0 *) -> (* fork failed :-((( *)