This is an automated email from the ASF dual-hosted git repository.
capistrant 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 f3e7a7b210f Increase timeout in IngestionSmokeTest (#19142)
f3e7a7b210f is described below
commit f3e7a7b210f1cbe837ebf802bceb84fc912f52fe
Author: Kashif Faraz <[email protected]>
AuthorDate: Thu Mar 12 19:02:10 2026 +0530
Increase timeout in IngestionSmokeTest (#19142)
---
.../org/apache/druid/testing/embedded/indexing/IngestionSmokeTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/embedded-tests/src/test/java/org/apache/druid/testing/embedded/indexing/IngestionSmokeTest.java
b/embedded-tests/src/test/java/org/apache/druid/testing/embedded/indexing/IngestionSmokeTest.java
index e6b81cf4924..a6c3f0619c1 100644
---
a/embedded-tests/src/test/java/org/apache/druid/testing/embedded/indexing/IngestionSmokeTest.java
+++
b/embedded-tests/src/test/java/org/apache/druid/testing/embedded/indexing/IngestionSmokeTest.java
@@ -111,6 +111,7 @@ public class IngestionSmokeTest extends
EmbeddedClusterTestBase
LatchableEmitterModule.class,
PostgreSQLMetadataStorageModule.class
)
+ .useDefaultTimeoutForLatchableEmitter(20)
.addResource(new PostgreSQLMetadataResource())
.addResource(new MinIOStorageResource())
.addResource(kafkaServer)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]