Re: [PATCH v2] selftests: timers: Make sleep time in raw_skew configurable
From: John Stultz
Date: Fri Jul 24 2026 - 14:34:56 EST
On Sun, Jul 12, 2026 at 7:00 PM Wake Liu <wakel@xxxxxxxxxx> wrote:
>
> The raw_skew test currently sleeps for 120 seconds to estimate clock
> drift. This is a very long time for a single test, and can cause
> timeouts in automated test suites or CI systems.
>
> Allow overriding the sleep time via a command line argument,
> so it can be adjusted if needed in different environments, while
> keeping the default at 120 seconds to preserve original behavior.
>
> Also add -h/--help support to document this option.
>
> Signed-off-by: Wake Liu <wakel@xxxxxxxxxx>
Acked-by: John Stultz <jstultz@xxxxxxxxxx>