From 577eedef117438dacb6999665c0396fd4f558c87 Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Tue, 9 Aug 2022 13:53:25 +0200 Subject: [PATCH] Restore the number of containers --- integration_general_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_general_test.go b/integration_general_test.go index 864b2230..4bbdf275 100644 --- a/integration_general_test.go +++ b/integration_general_test.go @@ -52,7 +52,7 @@ func TestIntegrationTestSuite(t *testing.T) { s.namespaces = map[string]TestNamespace{ "thisspace": { - count: 5, + count: 10, tailscales: make(map[string]dockertest.Resource), }, "otherspace": {