mirror of https://github.com/apache/druid.git
Increase delay to allow propagation of credentials (#16143)
This commit is contained in:
parent
9b5571f84f
commit
1682d4570d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue