Reduce the number of containers in integration tests

This commit is contained in:
Juan Font 2022-04-30 21:19:54 +00:00 committed by GitHub
parent 96e2955ba7
commit 5403f215bc

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: 2,
tailscales: make(map[string]dockertest.Resource),
},
}