Skip to content

Commit

Permalink
Unset process timeout for phpunit (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosen authored Jan 11, 2022
1 parent 5e5d8a7 commit f47a91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stages/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ _stage_run_tests() {
local runtest="${phpunit} --verbose --configuration ${docroot}/core ${test_selection} ${test_location}"

cd "${DRUPAL_TESTING_DRUPAL_INSTALLATION_DIRECTORY}" || exit
eval "${runtest}" || exit 1
eval "COMPOSER_PROCESS_TIMEOUT=0 ${runtest}" || exit 1
cd - || exit
}

0 comments on commit f47a91b

Please sign in to comment.