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

damccorm pushed a commit to branch users/damccorm/timeout
in repository https://gitbox.apache.org/repos/asf/beam.git

commit fbaac89bd313cf64a342334a2e038aab3a612e76
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Fri Jan 13 16:55:13 2023 -0500

    Increase timeout on test_dynamic_timer_clear_then_set_timer
---
 sdks/python/apache_beam/transforms/userstate_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/transforms/userstate_test.py 
b/sdks/python/apache_beam/transforms/userstate_test.py
index 93ae37701d2..e17894ccb94 100644
--- a/sdks/python/apache_beam/transforms/userstate_test.py
+++ b/sdks/python/apache_beam/transforms/userstate_test.py
@@ -993,7 +993,7 @@ class StatefulDoFnOnDirectRunnerTest(unittest.TestCase):
                      sorted(StatefulDoFnOnDirectRunnerTest.all_records))
 
   @pytest.mark.no_xdist
-  @pytest.mark.timeout(3)
+  @pytest.mark.timeout(10)
   def test_dynamic_timer_clear_then_set_timer(self):
     class EmitTwoEvents(DoFn):
       EMIT_CLEAR_SET_TIMER = TimerSpec('emitclear', TimeDomain.WATERMARK)

Reply via email to