mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-25 01:07:52 +00:00
Reduce number of containers in integration tests (for testing)
This commit is contained in:
parent
a6113066ff
commit
21ae31e77d
@ -53,7 +53,7 @@ func TestIntegrationTestSuite(t *testing.T) {
|
|||||||
|
|
||||||
s.namespaces = map[string]TestNamespace{
|
s.namespaces = map[string]TestNamespace{
|
||||||
"thisspace": {
|
"thisspace": {
|
||||||
count: 10,
|
count: 5,
|
||||||
tailscales: make(map[string]dockertest.Resource),
|
tailscales: make(map[string]dockertest.Resource),
|
||||||
},
|
},
|
||||||
"otherspace": {
|
"otherspace": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user