From 0d98493360d375a865d6d65c78b3b13ded708b7e Mon Sep 17 00:00:00 2001 From: Juan Font Date: Sat, 30 Apr 2022 21:14:56 +0000 Subject: [PATCH] Reduced the number of containers in integration tests --- integration_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration_test.go b/integration_test.go index 52f1765b..6e03d439 100644 --- a/integration_test.go +++ b/integration_test.go @@ -47,11 +47,11 @@ func TestIntegrationTestSuite(t *testing.T) { s.namespaces = map[string]TestNamespace{ "thisspace": { - count: 15, + count: 10, tailscales: make(map[string]dockertest.Resource), }, "otherspace": { - count: 5, + count: 3, tailscales: make(map[string]dockertest.Resource), }, }