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

apolovtsev pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 9531362e089 IGNITE-28338 Increase read timeout for DR tests (#7857)
9531362e089 is described below

commit 9531362e0895c783fed199145a2adbfd44c52f49
Author: Ivan Zlenko <[email protected]>
AuthorDate: Tue Mar 24 13:18:58 2026 +0500

    IGNITE-28338 Increase read timeout for DR tests (#7857)
---
 modules/rest/src/integrationTest/resources/application.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/modules/rest/src/integrationTest/resources/application.yml 
b/modules/rest/src/integrationTest/resources/application.yml
new file mode 100644
index 00000000000..f2c22ca8cd3
--- /dev/null
+++ b/modules/rest/src/integrationTest/resources/application.yml
@@ -0,0 +1,4 @@
+micronaut:
+  http:
+    client:
+      read-timeout: 30s

Reply via email to