From a054e2514ae363ea78052775b3fad44864f3a604 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Sat, 21 Aug 2021 09:26:18 +0100 Subject: [PATCH] Keep tailscale count at 25 in integration tests --- integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test.go b/integration_test.go index 98cb925a..8cdc1918 100644 --- a/integration_test.go +++ b/integration_test.go @@ -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 {