Skip to content

Commit

Permalink
Added indication of workaround for #814
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Font committed Sep 21, 2022
1 parent e87b470 commit 95948e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_oidc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ oidc:
for hostname, tailscale := range s.tailscales {
s.joinWaitGroup.Add(1)
go s.AuthenticateOIDC(headscaleEndpoint, hostname, tailscale)

// TODO(juan): Workaround for https://github.com/juanfont/headscale/issues/814
time.Sleep(1 * time.Second)
}

Expand Down

0 comments on commit 95948e0

Please sign in to comment.