On Wed, 2024-11-06 at 16:40 +0100, Martin Wilck wrote: > On Mon, 2024-11-04 at 21:57 -0500, Benjamin Marzinski wrote: > > Instead of counting the number of times the path checker has been > > called and treating that as the number of seconds that have passed, > > calculate the actual timestamp when the checker will time out, and > > check that instead. > > > > Suggested-by: Martin Wilck <mwilck@xxxxxxxx> > > Signed-off-by: Benjamin Marzinski <bmarzins@xxxxxxxxxx> > > Reviewed-by: Martin Wilck <mwilck@xxxxxxxx> > This breaks the directio test. I can fix it. Martin