diff --git a/sdks/python/apache_beam/transforms/userstate_test.py b/sdks/python/apache_beam/transforms/userstate_test.py index 93ae37701d2b..e17894ccb949 100644 --- a/sdks/python/apache_beam/transforms/userstate_test.py +++ b/sdks/python/apache_beam/transforms/userstate_test.py @@ -993,7 +993,7 @@ def emit_callback( 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)