diff --git a/integration-tests/src/test/java/org/apache/druid/tests/security/ITBasicAuthConfigurationTest.java b/integration-tests/src/test/java/org/apache/druid/tests/security/ITBasicAuthConfigurationTest.java index ea8e61ef317..a287843a8f7 100644 --- a/integration-tests/src/test/java/org/apache/druid/tests/security/ITBasicAuthConfigurationTest.java +++ b/integration-tests/src/test/java/org/apache/druid/tests/security/ITBasicAuthConfigurationTest.java @@ -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