kernelci / kernelci-core

Core KernelCI tools
https://kernelci.org
GNU Lesser General Public License v2.1
107 stars 97 forks source link

config: rt-tests: reduce the duration of the test #2696

Closed musamaanjum closed 1 month ago

musamaanjum commented 1 month ago

The timeout of the job is set to 10 minutes. We should run the test for less than that. Reduce the total duration of the test to 540 seconds. Leave 60 seconds for logging in, setting the environment and triggering the test runner script.

We wanted to have total time of this job to be 10 minutes and run the test for as much duration as possible. So reducing to 540 seconds or 9 minutes is okay.

musamaanjum commented 1 month ago

@pawiecz Thanks for explaining here

musamaanjum commented 1 month ago

@nuclearcat @pawiecz please can we merge this PR? Only the timeout is being reduced.