> From: Harry van Haaren [mailto:harry.van.haa...@intel.com] > Sent: Thursday, 6 October 2022 14.53 > > This commit extends the timeout for service_may_be_active() > from 100ms to 1000ms. Local testing on a idle and loaded system > (compiling DPDK with all cores) always completes after 1 ms. > > The wait time for a service-lcore to finish is also extended > from 100ms to 1000ms. > > The same timeout waiting code was duplicated in two tests, and > is now refactored to a standalone function avoiding duplication. > > Reported-by: David Marchand <david.march...@redhat.com> > Suggested-by: Mattias Ronnblom <mattias.ronnb...@ericsson.com> > Signed-off-by: Harry van Haaren <harry.van.haa...@intel.com> > > ---
Acked-by: Morten Brørup <m...@smartsharesystems.com>