Seeing a server not able to get interrupted for 3s is not so surprising when
e.g. a lot of writes are happening. 1 minute allows to actually notice the
issue and be able to debug it.
* hurd/hurdsig.c (_hurd_interrupted_rpc_timeout): Set to 60000.
+2018-10-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+ * hurd/hurdsig.c (_hurd_interrupted_rpc_timeout): Set to 60000.
+
2018-10-26 Joseph Myers <joseph@codesourcery.com>
* scripts/build-many-glibcs.py: Remove compatibility for missing
struct hurd_sigstate *_hurd_sigstates;
/* Timeout for RPC's after interrupt_operation. */
-mach_msg_timeout_t _hurd_interrupted_rpc_timeout = 3000;
+mach_msg_timeout_t _hurd_interrupted_rpc_timeout = 60000;
\f
static void
default_sigaction (struct sigaction actions[NSIG])