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

kgyrtkirk 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 baba7a15241 Bump up latchable emitter timeout from 120s to 180s 
(#18849)
baba7a15241 is described below

commit baba7a1524125e4c61cfa01e1c20bd7cbe440c59
Author: Abhishek Radhakrishnan <[email protected]>
AuthorDate: Wed Dec 17 03:51:41 2025 -0500

    Bump up latchable emitter timeout from 120s to 180s (#18849)
    
    The Docker test test_runIndexTask_andKillData has been quite flaky, often 
requiring multiple re-runs.
    Increasing timeout made it stable for 5 consecutive runs
---
 .../org/apache/druid/testing/embedded/docker/IngestionDockerTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/embedded-tests/src/test/java/org/apache/druid/testing/embedded/docker/IngestionDockerTest.java
 
b/embedded-tests/src/test/java/org/apache/druid/testing/embedded/docker/IngestionDockerTest.java
index 4f3ccc1578a..be2f6da8ea0 100644
--- 
a/embedded-tests/src/test/java/org/apache/druid/testing/embedded/docker/IngestionDockerTest.java
+++ 
b/embedded-tests/src/test/java/org/apache/druid/testing/embedded/docker/IngestionDockerTest.java
@@ -52,7 +52,7 @@ public class IngestionDockerTest extends IngestionSmokeTest 
implements LatestIma
     overlord.addProperty("druid.plaintextPort", "7090");
 
     return cluster
-        .useDefaultTimeoutForLatchableEmitter(120)
+        .useDefaultTimeoutForLatchableEmitter(180)
         .useContainerFriendlyHostname()
         .addResource(containerOverlord)
         .addResource(containerCoordinator)


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

Reply via email to