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 fbd1a07e7e Fix kinesis IT flakiness (#12821)
fbd1a07e7e is described below

commit fbd1a07e7e912a35e02ce166e0d5ad76fa64013d
Author: AmatyaAvadhanula <[email protected]>
AuthorDate: Wed Aug 3 17:16:16 2022 +0530

    Fix kinesis IT flakiness (#12821)
---
 .../src/test/resources/stream/data/supervisor_spec_template.json        | 2 +-
 .../resources/stream/data/supervisor_with_autoscaler_spec_template.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/integration-tests/src/test/resources/stream/data/supervisor_spec_template.json
 
b/integration-tests/src/test/resources/stream/data/supervisor_spec_template.json
index bc668122fa..b55028dc16 100644
--- 
a/integration-tests/src/test/resources/stream/data/supervisor_spec_template.json
+++ 
b/integration-tests/src/test/resources/stream/data/supervisor_spec_template.json
@@ -50,7 +50,7 @@
     "%%STREAM_PROPERTIES_KEY%%": %%STREAM_PROPERTIES_VALUE%%,
     "taskCount": 2,
     "replicas": 1,
-    "taskDuration": "PT30S",
+    "taskDuration": "PT120S",
     "%%USE_EARLIEST_KEY%%": true,
     "inputFormat" : %%INPUT_FORMAT%%
   }
diff --git 
a/integration-tests/src/test/resources/stream/data/supervisor_with_autoscaler_spec_template.json
 
b/integration-tests/src/test/resources/stream/data/supervisor_with_autoscaler_spec_template.json
index f2fa82831a..53a9557735 100644
--- 
a/integration-tests/src/test/resources/stream/data/supervisor_with_autoscaler_spec_template.json
+++ 
b/integration-tests/src/test/resources/stream/data/supervisor_with_autoscaler_spec_template.json
@@ -66,7 +66,7 @@
     },
     "taskCount": 1,
     "replicas": 1,
-    "taskDuration": "PT30S",
+    "taskDuration": "PT120S",
     "%%USE_EARLIEST_KEY%%": true,
     "inputFormat" : %%INPUT_FORMAT%%
   }


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

Reply via email to