From 5539ef1f8f2e193beacd005a6f58c6120011b70a Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Thu, 4 Aug 2022 21:36:38 +0200 Subject: [PATCH] Reduce the number of containers --- integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test.go b/integration_test.go index 5a73242a..e5ab2779 100644 --- a/integration_test.go +++ b/integration_test.go @@ -53,7 +53,7 @@ func TestIntegrationTestSuite(t *testing.T) { s.namespaces = map[string]TestNamespace{ "thisspace": { - count: 10, + count: 5, tailscales: make(map[string]dockertest.Resource), }, "otherspace": {