Skip to content

Allow to configure testnode's process timeout from Test Master

Łukasz Nowak requested to merge erp5testnode_max_timeout into master

ERP5ProjectUnitTestDistributor_view is extended to define non-default process timeout of script run by runTestNode. The testnode fetches this information during subscribeNode and so the test master user is able to define timeout of the used runTestSuite script.

Typical use case is a test node running VM with intensive and long running tasks inside the VM, which often take more then 10hrs to do the job.

The testTaskDistribution has been extended to check the transmitted value and adapted to new return value.

Things to be done:

Merge request reports