On Thu, 20 Apr 2023 17:47:23 +0200 Phil Sutter <phil@xxxxxx> 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. Whoops. Yes I think so too. > 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> Reviewed-by: Stefano Brivio <sbrivio@xxxxxxxxxx> -- Stefano