Message ID | 20201229000713.788290-1-samuel.thibault@ens-lyon.org |
---|---|
State | New |
Headers | show |
Series | [hurd,commited] support: Make support_process_state_wait wait less | expand |
diff --git a/support/support_process_state.c b/support/support_process_state.c index e303c78fc8..8b06d230a5 100644 --- a/support/support_process_state.c +++ b/support/support_process_state.c @@ -88,5 +88,5 @@ support_process_state_wait (pid_t pid, enum support_process_state state) xfclose (fstatus); /* Fallback to nanosleep if an invalid state is found. */ #endif - nanosleep (&(struct timespec) { 2, 0 }, NULL); + nanosleep (&(struct timespec) { 1, 0 }, NULL); }