Re: [PATCH v4 3/8] drm/sched: Make timeout KUnit tests faster

2025-07-08 Thread Simona Vetter
On Mon, Jul 07, 2025 at 11:46:32AM -0300, Maíra Canal wrote: > As more KUnit tests are introduced to evaluate the basic capabilities of > the `timedout_job()` hook, the test suite will continue to increase in > duration. To reduce the overall running time of the test suite, decrease > the scheduler

[PATCH v4 3/8] drm/sched: Make timeout KUnit tests faster

2025-07-07 Thread Maíra Canal
As more KUnit tests are introduced to evaluate the basic capabilities of the `timedout_job()` hook, the test suite will continue to increase in duration. To reduce the overall running time of the test suite, decrease the scheduler's timeout for the timeout tests. Before this commit: [15:42:26] El