-timeout 0
Because otherwise `go test` will panic/crash your test if it takes longer than 10 minutes, which is an annoying way for an integration test to fail since it skips all of the t.Cleanup's.