mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 21:37:34 +00:00
Keep tailscale count at 25 in integration tests
This commit is contained in:
@@ -29,7 +29,7 @@ var ih Headscale
|
||||
var pool dockertest.Pool
|
||||
var network dockertest.Network
|
||||
var headscale dockertest.Resource
|
||||
var tailscaleCount int = 50
|
||||
var tailscaleCount int = 25
|
||||
var tailscales map[string]dockertest.Resource
|
||||
|
||||
type IntegrationTestSuite struct {
|
||||
|
Reference in New Issue
Block a user