Re: [dpdk-dev] [PATCH v2] test/atomic: reduce the number of loops to avoid timeouts

2023-06-12 Thread Stephen Hemminger
On Tue, 28 Jul 2020 11:41:37 +0800 Phil Yang wrote: > Reduce the number of loops to 10K to avoid the meson test timeout > warning. > > For example: > $ sudo meson test -C build --suite DPDK:fast-tests / atomic_autotest -t 50 > [...] > 1/1 DPDK:fast-tests / atomic_autotest OK 187.35s

Re: [dpdk-dev] [PATCH v2] test/atomic: reduce the number of loops to avoid timeouts

2020-09-17 Thread Juraj Linkeš
> -Original Message- > From: dev On Behalf Of Phil Yang > Sent: Tuesday, July 28, 2020 5:42 AM > To: david.march...@redhat.com; dev@dpdk.org > Cc: acon...@redhat.com; honnappa.nagaraha...@arm.com; > ruifeng.w...@arm.com; n...@arm.com > Subject: [dpdk-dev] [PATCH v2

[dpdk-dev] [PATCH v2] test/atomic: reduce the number of loops to avoid timeouts

2020-07-27 Thread Phil Yang
Reduce the number of loops to 10K to avoid the meson test timeout warning. For example: $ sudo meson test -C build --suite DPDK:fast-tests / atomic_autotest -t 50 [...] 1/1 DPDK:fast-tests / atomic_autotest OK 187.35s Signed-off-by: Phil Yang --- v2: Split from the original patchset.