On Thu, Apr 20, 2023 at 05:47:23PM +0200, Phil Sutter wrote: > On my (slow?) testing VM, The test tends to fail when doing a full run > (i.e., calling run-test.sh without arguments) and tends to pass when run > individually. > > The problem seems to be the 1s element timeout which in some cases may > pass before element deletion occurs. Simply fix this by doubling the > timeout. It has to pass just once, so shouldn't hurt too much. > > Fixes: 618393c6b3f25 ("tests: Introduce test for set with concatenated ranges") > Cc: Stefano Brivio <sbrivio@xxxxxxxxxx> > Signed-off-by: Phil Sutter <phil@xxxxxx> Patch applied.