diff --git a/ca/bootstrap_test.go b/ca/bootstrap_test.go index ef52fc8b..77e08ef1 100644 --- a/ca/bootstrap_test.go +++ b/ca/bootstrap_test.go @@ -363,6 +363,7 @@ func TestBootstrapClientServerRotation(t *testing.T) { // doTest does a request that requires mTLS doTest := func(client *http.Client) error { + time.Sleep(1 * time.Second) // test with ca resp, err := client.Post(caURL+"/renew", "application/json", http.NoBody) if err != nil {