From be36480a64770ff508aafe1f72a267fa2c8d3dc9 Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Sat, 16 Oct 2021 11:06:33 +0200 Subject: [PATCH] Reverted back values 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 80410361..aed805e8 100644 --- a/integration_test.go +++ b/integration_test.go @@ -58,11 +58,11 @@ func TestIntegrationTestSuite(t *testing.T) { s.namespaces = map[string]TestNamespace{ "main": { - count: 5, + count: 20, tailscales: make(map[string]dockertest.Resource), }, "shared": { - count: 2, + count: 5, tailscales: make(map[string]dockertest.Resource), }, }