Keep tailscale count at 25 in integration tests

This commit is contained in:
Kristoffer Dalby 2021-08-21 09:26:18 +01:00
parent c49fe26da7
commit a054e2514a
No known key found for this signature in database
GPG key ID: 09F62DC067465735

View file

@ -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 {