Re: [PATCH] test/service: fix spurious failures by extending timeout

2022-10-06 Thread Mattias Rönnblom
On 2022-10-06 10:17, Harry van Haaren wrote: > 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 same timeout waiting code was duplicated in two tests,

[PATCH] test/service: fix spurious failures by extending timeout

2022-10-06 Thread Harry van Haaren
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 same timeout waiting code was duplicated in two tests, and is now refactored to a standalone function avoidin