1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00

Reduce number of containers in integration tests (for testing)

This commit is contained in:
Juan Font Alonso 2022-08-05 18:57:08 +02:00
parent a6113066ff
commit 21ae31e77d

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": {