Allow tests to use 2 cores each
This MR updates the suite of environment variables used to control the CPU/thread counts for individual integration tests to a value of 2 (rather than 1). This will hopefully meaning that we spend less time with one core idle while other tests are blocking.