mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-10 09:02:30 +08:00
Reduced the number of containers in integration tests
This commit is contained in:
parent
03659c4175
commit
0d98493360
1 changed files with 2 additions and 2 deletions
|
@ -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),
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue