diff --git a/integration/general_test.go b/integration/general_test.go index 085fc786..1514f760 100644 --- a/integration/general_test.go +++ b/integration/general_test.go @@ -122,11 +122,10 @@ func TestAuthKeyLogoutAndRelogin(t *testing.T) { opts := []hsic.Option{hsic.WithTestName("pingallbyip")} if https { - opts = []hsic.Option{ - hsic.WithTestName("pingallbyip"), + opts = append(opts, []hsic.Option{ hsic.WithEmbeddedDERPServerOnly(), hsic.WithTLS(), - } + }...) } err = scenario.CreateHeadscaleEnv(spec, []tsic.Option{}, opts...) @@ -170,7 +169,7 @@ func TestAuthKeyLogoutAndRelogin(t *testing.T) { // https://github.com/tailscale/tailscale/commit/1eaad7d3deb0815e8932e913ca1a862afa34db38 // https://github.com/juanfont/headscale/issues/2164 if !https { - time.Sleep(3 * time.Minute) + time.Sleep(5 * time.Minute) } for userName := range spec {