X-Git-Url: https://review.fuel-infra.org/gitweb?p=openstack-build%2Fneutron-build.git;a=blobdiff_plain;f=debian%2Fpatches%2Fuse-concurrency.patch;fp=debian%2Fpatches%2Fuse-concurrency.patch;h=203110a8b1429598d2b3d031ec95bf30f7152e1b;hp=0000000000000000000000000000000000000000;hb=3dea7869947d652cb9d069c3b9fcbd3f4c32ec3b;hpb=8127ea1ce21fe5cfdc9a394af5e8f03620884c18 diff --git a/debian/patches/use-concurrency.patch b/debian/patches/use-concurrency.patch new file mode 100644 index 000000000..203110a8b --- /dev/null +++ b/debian/patches/use-concurrency.patch @@ -0,0 +1,19 @@ +Description: Use concurrency of 4. +Author: Chuck Short +Fowarded: Not needed. +diff --git a/run_tests.sh b/run_tests.sh +index 4d838e8..6739fee 100755 +--- a/run_tests.sh ++++ b/run_tests.sh +@@ -129,7 +129,7 @@ function run_tests { + # Just run the test suites in current environment + set +e + testrargs=`echo "$testrargs" | sed -e's/^\s*\(.*\)\s*$/\1/'` +- TESTRTESTS="$TESTRTESTS --testr-args='--subunit $testropts $testrargs'" ++ TESTRTESTS="$TESTRTESTS --testr-args='--subunit --concurrency 4 $testropts $testrargs'" + echo "Running \`${wrapper} $TESTRTESTS\`" + bash -c "${wrapper} $TESTRTESTS | ${wrapper} subunit2pyunit" + RESULT=$? +-- +1.9.0 +