Skip to content

Commit

Permalink
Increase delay to allow propagation of credentials (#16143)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfaraz authored Mar 17, 2024
1 parent 9b5571f commit 1682d45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ protected void setupHttpClientsAndUsers() throws Exception
// Add a large enough delay to allow propagation of credentials to all services. It'd be ideal
// to have a "readiness" endpoint exposed by different services that'd return the version of auth creds cached.
try {
Thread.sleep(10000);
Thread.sleep(20000);
}
catch (InterruptedException e) {
// Ignore exception
Expand Down

0 comments on commit 1682d45

Please sign in to comment.