This is an automated email from the ASF dual-hosted git repository. Amar3tto pushed a commit to branch fix-rrio-test in repository https://gitbox.apache.org/repos/asf/beam.git
commit 7d26181cb0c6f1b4d4106bf5a795afb4362a1e0c Author: Vitaly Terentyev <[email protected]> AuthorDate: Tue Jun 16 18:03:15 2026 +0400 Increase timeout --- .../rrio/src/test/java/org/apache/beam/io/requestresponse/CallTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/java/io/rrio/src/test/java/org/apache/beam/io/requestresponse/CallTest.java b/sdks/java/io/rrio/src/test/java/org/apache/beam/io/requestresponse/CallTest.java index 23ced30ada5..dfb89b3943f 100644 --- a/sdks/java/io/rrio/src/test/java/org/apache/beam/io/requestresponse/CallTest.java +++ b/sdks/java/io/rrio/src/test/java/org/apache/beam/io/requestresponse/CallTest.java @@ -231,7 +231,7 @@ public class CallTest { @Test public void givenTeardownTimeout_throwsError() { - Duration timeout = Duration.standardMinutes(1L); + Duration timeout = Duration.standardMinutes(5L); pipeline .apply(Create.of(new Request(""))) .apply(
