Restore the number of containers

This commit is contained in:
Juan Font Alonso 2022-08-09 13:53:25 +02:00
parent 27855880b2
commit 577eedef11

View File

@ -52,7 +52,7 @@ func TestIntegrationTestSuite(t *testing.T) {
s.namespaces = map[string]TestNamespace{ s.namespaces = map[string]TestNamespace{
"thisspace": { "thisspace": {
count: 5, count: 10,
tailscales: make(map[string]dockertest.Resource), tailscales: make(map[string]dockertest.Resource),
}, },
"otherspace": { "otherspace": {