Reduce number of containers in integration tests (for testing)
This commit is contained in:
parent
a6113066ff
commit
21ae31e77d
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue