You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2023/03/02 17:47:56 UTC

[solr] branch main updated: SOLR-16683 Fix frequent failures of OtelTracerConfiguratorTest (#1413)

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

janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new f9b800f1cfc SOLR-16683 Fix frequent failures of OtelTracerConfiguratorTest (#1413)
f9b800f1cfc is described below

commit f9b800f1cfc3876107c10bd606ad11382d8f6129
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Thu Mar 2 18:47:50 2023 +0100

    SOLR-16683 Fix frequent failures of OtelTracerConfiguratorTest (#1413)
    
    Signed-off-by: Jan Høydahl <ja...@users.noreply.github.com>
---
 .../test/org/apache/solr/opentelemetry/OtelTracerConfiguratorTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/modules/opentelemetry/src/test/org/apache/solr/opentelemetry/OtelTracerConfiguratorTest.java b/solr/modules/opentelemetry/src/test/org/apache/solr/opentelemetry/OtelTracerConfiguratorTest.java
index 54b89d1d521..5aef12103da 100644
--- a/solr/modules/opentelemetry/src/test/org/apache/solr/opentelemetry/OtelTracerConfiguratorTest.java
+++ b/solr/modules/opentelemetry/src/test/org/apache/solr/opentelemetry/OtelTracerConfiguratorTest.java
@@ -27,7 +27,7 @@ import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;
 
-@ThreadLeakLingering(linger = 10)
+@ThreadLeakLingering(linger = 10000)
 public class OtelTracerConfiguratorTest extends SolrTestCaseJ4 {
   private OtelTracerConfigurator instance;