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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2d027d335a5 Update portable runner test timeout (#23696)
2d027d335a5 is described below

commit 2d027d335a50302e8a8f26a340f4694a66bbbeda
Author: Ryan Thompson <ryanthompson...@gmail.com>
AuthorDate: Wed Oct 19 00:50:25 2022 +0000

    Update portable runner test timeout (#23696)
---
 sdks/python/apache_beam/runners/portability/portable_runner_test.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/sdks/python/apache_beam/runners/portability/portable_runner_test.py 
b/sdks/python/apache_beam/runners/portability/portable_runner_test.py
index 1ee42418cda..0b3704f5797 100644
--- a/sdks/python/apache_beam/runners/portability/portable_runner_test.py
+++ b/sdks/python/apache_beam/runners/portability/portable_runner_test.py
@@ -91,7 +91,8 @@ class PortableRunnerTest(fn_runner_test.FnApiRunnerTest):
         GRPCChannelFactory.insecure_channel(address))
     _LOGGER.info('Waiting for server to be ready...')
     start = time.time()
-    timeout = 30
+    # Long timeout based previously flaky test. See issue #22115.
+    timeout = 300
     while True:
       time.sleep(0.1)
       if cls._subprocess.poll() is not None:

Reply via email to