1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-12-20 19:09:07 +01:00

Reduce the number of containers

This commit is contained in:
Juan Font Alonso 2022-08-04 21:36:38 +02:00
parent 100f7190f3
commit 5539ef1f8f

View File

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