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

jrmccluskey 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 fdc489f2f09 Increase streaming wordcount IT timeout again (#26554)
fdc489f2f09 is described below

commit fdc489f2f09cc2f2865f50ea8c886a98da2e32fc
Author: Jack McCluskey <34928439+jrmcclus...@users.noreply.github.com>
AuthorDate: Thu May 4 14:06:45 2023 -0400

    Increase streaming wordcount IT timeout again (#26554)
---
 sdks/python/apache_beam/examples/streaming_wordcount_it_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/examples/streaming_wordcount_it_test.py 
b/sdks/python/apache_beam/examples/streaming_wordcount_it_test.py
index 3a2938e20cd..492b3ca02eb 100644
--- a/sdks/python/apache_beam/examples/streaming_wordcount_it_test.py
+++ b/sdks/python/apache_beam/examples/streaming_wordcount_it_test.py
@@ -53,7 +53,7 @@ INPUT_SUB = 'wc_subscription_input'
 OUTPUT_SUB = 'wc_subscription_output'
 
 DEFAULT_INPUT_NUMBERS = 500
-WAIT_UNTIL_FINISH_DURATION = 10 * 60 * 1000  # in milliseconds
+WAIT_UNTIL_FINISH_DURATION = 15 * 60 * 1000  # in milliseconds
 
 
 class StreamingWordCountIT(unittest.TestCase):

Reply via email to