Re: [tabled patch 1/1] Stagger the start-daemon
Jeff Garzik <[email protected]> Thu, 01 Jul 2010 16:23:49 -0400
| Newsgroups | org.kernel.vger.hail-devel |
|---|---|
| Message-ID | <[email protected]> |
On 06/30/2010 10:49 AM, Pete Zaitcev wrote: > My rule of thumb is that magic delays are evil or stupid, so I worked on > eliminating them from our scripts. However, in this case it's just not > worth it, because the result is that we have to wait way more than 100s > for several cycles of CLD timeouts to complete, not just one, before we > declare a failure. With this patch, all builds completed that I submitted > to Fedora build system. > > Signed-off-by: Pete Zaitcev<[email protected]> > > --- > test/start-daemon | 4 ++++ > test/wait-for-listen.c | 7 ++----- > 2 files changed, 6 insertions(+), 5 deletions(-) applied