Index: dev-support/test-patch.sh =================================================================== --- dev-support/test-patch.sh (revision 1221032) +++ dev-support/test-patch.sh (working copy) @@ -13,7 +13,6 @@ #set -x -ulimit -n 1024 ### Setup some variables. ### SVN_REVISION and BUILD_URL are set by Hudson if it is run by patch process @@ -570,6 +569,9 @@ $PS auxwww | $GREP ${PROJECT_NAME}PatchProcess | $AWK '{print $2}' | /usr/bin/xargs -t -I {} /bin/kill -9 {} > /dev/null echo "$MVN clean test -D${PROJECT_NAME}PatchProcess" ulimit -a + ulimit -n 60000 + ulimit -u 10240 + ulimit -a $MVN clean test -P runAllTests -D${PROJECT_NAME}PatchProcess if [[ $? != 0 ]] ; then ### Find and format names of failed tests