Skip to content

Commit

Permalink
Keep tailscale count at 25 in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kradalby committed Aug 21, 2021
1 parent c49fe26 commit a054e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a054e25

Please sign in to comment.