Skip to content

Commit

Permalink
Added sleep to workaround #814
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Font committed Sep 20, 2022
1 parent 1563d75 commit 7a171cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration_oidc_test.go
Expand Up @@ -264,6 +264,7 @@ oidc:
for hostname, tailscale := range s.tailscales {
s.joinWaitGroup.Add(1)
go s.AuthenticateOIDC(headscaleEndpoint, hostname, tailscale)
time.Sleep(1 * time.Second)
}

s.joinWaitGroup.Wait()
Expand Down

0 comments on commit 7a171cf

Please sign in to comment.