launch icon indicating copy to clipboard operation
launch copied to clipboard

Feature request: make timeout from launch_testing's process_start configurable

Open MarcoLm993 opened this issue 3 years ago • 1 comments

Feature request

Feature description

Right now launch_tests wait only 15 seconds from the time the last process starts and the ReadyToTest action gets called. This value is hard-coded in launch_testing and can be found here. Even though most times this timeout is large enough, there might be some larger systems that take longer to get ready before the actual test is ready to be executed. In those cases the whole test will fail saying Timed out waiting for processes to start up.

It would be nice to have the possibility to configure the timeout from the command line, in order to set a larger one in case it is necessary.

MarcoLm993 avatar Jul 13 '21 15:07 MarcoLm993

I fully agree @MarcoLm993. Would you be willing to contribute a patch?

hidmic avatar Oct 29 '21 15:10 hidmic

Already implemented in #625 for rolling.

marekmlk avatar Jan 30 '24 11:01 marekmlk

Then I guess this issue can be closed :)

MarcoLm993 avatar Jan 30 '24 13:01 MarcoLm993