Details
-
Type:
Suggestion
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.15.0
-
Component/s: API: JavaScript
-
Labels:None
-
Commits:923f98062b4297970f382da91256c21d47b01a5e
Description
It would be nice if one could define a timeout for a Command after which the process is terminated or killed.
The AutotestRunner should support that timeout as well.
My use case is: we are running our unit tests via Qbs' AutotestRunner but sometimes, a test blocks. It would be nice if Qbs would kill that test after a given timeout so that the build continues.
At the moment, Qbs never exits in such a case and therefore, our CI kills the complete build after a certain timeout preventing any post processing of the test results.