You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by cg...@apache.org on 2021/02/16 19:25:09 UTC

[drill] branch master updated: Minor Fix: Increase the Splunk ready time to 10 sec

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c84e240  Minor Fix: Increase the Splunk ready time to 10 sec
c84e240 is described below

commit c84e240fbf4b4858c1371dbfaaa80b7d4516865d
Author: luocooong <lu...@apache.org>
AuthorDate: Mon Feb 15 16:33:14 2021 +0800

    Minor Fix: Increase the Splunk ready time to 10 sec
---
 .../test/java/org/apache/drill/exec/store/splunk/SplunkTestSuite.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/storage-splunk/src/test/java/org/apache/drill/exec/store/splunk/SplunkTestSuite.java b/contrib/storage-splunk/src/test/java/org/apache/drill/exec/store/splunk/SplunkTestSuite.java
index 274ea7d..8e24587 100644
--- a/contrib/storage-splunk/src/test/java/org/apache/drill/exec/store/splunk/SplunkTestSuite.java
+++ b/contrib/storage-splunk/src/test/java/org/apache/drill/exec/store/splunk/SplunkTestSuite.java
@@ -75,8 +75,8 @@ public class SplunkTestSuite extends ClusterTest {
         SPLUNK_STORAGE_PLUGIN_CONFIG.setEnabled(true);
         pluginRegistry.put(SplunkPluginConfig.NAME, SPLUNK_STORAGE_PLUGIN_CONFIG);
         runningSuite = true;
-        logger.info("Take a time to ready more Splunk events (3 sec)...");
-        Thread.sleep(3000);
+        logger.info("Take a time to ready more Splunk events (10 sec)...");
+        Thread.sleep(10000);
       }
       initCount.incrementAndGet();
       runningSuite = true;