]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests: shell: Fix bogus testsuite failure with 100Hz
authorPhil Sutter <phil@nwl.cc>
Mon, 26 Jul 2021 13:27:32 +0000 (15:27 +0200)
committerPhil Sutter <phil@nwl.cc>
Mon, 26 Jul 2021 14:37:40 +0000 (16:37 +0200)
commitc9c5b5f621c37d17140dac682d211825ef321093
tree724d0bb57a4bd757b99d4c7b792cc526a0275097
parent4e8dff2cb4da818a937f8c0efa1a0d73b632297e
tests: shell: Fix bogus testsuite failure with 100Hz

On kernels with CONFIG_HZ=100, clock granularity does not allow tracking
timeouts in single digit ms range. Change sets/0031set_timeout_size_0 to
not expose this detail.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Acked-by: Florian Westphal <fw@strlen.de>
tests/shell/testcases/sets/0031set_timeout_size_0