This makes integration tests about twice as fast for me, according to ```sh time go test -count=1 ./tests-integration/ -v ``` Before: real 2m4.053s user 0m4.187s sys 0m1.495s After: real 1m7.415s user 0m3.093s sys 0m1.347s
t