Increase delay to allow propagation of credentials (#16143)

This commit is contained in:
Kashif Faraz 2024-03-17 14:47:42 +05:30 committed by GitHub
parent 9b5571f84f
commit 1682d4570d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public class ITBasicAuthConfigurationTest extends AbstractAuthConfigurationTest
// 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