Skip to content

Commit

Permalink
Increase timeout on test_dynamic_timer_clear_then_set_timer (#25009)
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Jan 19, 2023
1 parent 641b556 commit a99364c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/transforms/userstate_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a99364c

Please sign in to comment.