With the ever growing number of functional tests, we
split the suite into more parts to prevent
"No output has been received in the last 10 mins".
Change-Id: I55665c723f91f77347b376992f7a7a28da67b0fd
Resolves: #82145
Releases: master, 8.7, 7.6
Reviewed-on: https://review.typo3.org/53753
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
- >
if [[ "$FUNCTIONAL_TESTS" == "yes" ]]; then
- ./vendor/typo3/testing-framework/Resources/Core/Build/Scripts/splitFunctionalTests.sh 14
- parallel --jobs 4 -a <(seq 0 13) --gnu './bin/phpunit -c vendor/typo3/testing-framework/Resources/Core/Build/FunctionalTests-Job-{}.xml'
+ ./vendor/typo3/testing-framework/Resources/Core/Build/Scripts/splitFunctionalTests.sh 20
+ parallel --jobs 4 -a <(seq 0 19) --gnu './bin/phpunit -c vendor/typo3/testing-framework/Resources/Core/Build/FunctionalTests-Job-{}.xml'
fi
- >