Re: [PATCH 3/8] drm/sched: Reduce scheduler's timeout for timeout tests

2025-05-06 Thread Tvrtko Ursulin
On 06/05/2025 13:56, Maíra Canal wrote: Hi Tvrtko, Thanks for your review! On 06/05/25 09:03, Tvrtko Ursulin wrote: On 03/05/2025 21:59, 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 in

Re: [PATCH 3/8] drm/sched: Reduce scheduler's timeout for timeout tests

2025-05-06 Thread Maíra Canal
Hi Tvrtko, Thanks for your review! On 06/05/25 09:03, Tvrtko Ursulin wrote: On 03/05/2025 21:59, 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 r

Re: [PATCH 3/8] drm/sched: Reduce scheduler's timeout for timeout tests

2025-05-06 Thread Tvrtko Ursulin
On 03/05/2025 21:59, 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's timeout for the timeou

[PATCH 3/8] drm/sched: Reduce scheduler's timeout for timeout tests

2025-05-03 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