Details
-
Wish
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
currently the forkedProcessTimeoutInSeconds is hardcoded as 300 secs for maven-failsafe-plugin, it's not sufficient for some tests that need more time to finish.
We'd better introduce a camel.failsafe.forkTimeout(the counterpart of existing camel.surefire.forkTimeout) and set it default value as 600 secs.