Reduced the number of containers in integration tests

This commit is contained in:
Juan Font 2022-04-30 21:14:56 +00:00 committed by GitHub
parent 03659c4175
commit 0d98493360

View file

@ -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),
},
}