This is an automated email from the ASF dual-hosted git repository.

abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 1682d4570d8 Increase delay to allow propagation of credentials (#16143)
1682d4570d8 is described below

commit 1682d4570d8b8a0f4376b100e3cdb2dc7abd276f
Author: Kashif Faraz <[email protected]>
AuthorDate: Sun Mar 17 14:47:42 2024 +0530

    Increase delay to allow propagation of credentials (#16143)
---
 .../org/apache/druid/tests/security/ITBasicAuthConfigurationTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to