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

2022-10-06 Thread Mattias Rönnblom
On 2022-10-06 10:39, David Marchand wrote: > On Thu, Oct 6, 2022 at 10:28 AM 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

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

2022-10-06 Thread David Marchand
On Thu, Oct 6, 2022 at 10:28 AM 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 wait time for a service-lcore to finish i

[PATCH v2] 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 wait time for a service-lcore to finish is also extended from 100ms to 1000ms. The same timeout waiting code