Skip to content

Commit

Permalink
Increase streaming wordcount IT timeout again (#26554) (#26558)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccluskey committed May 4, 2023
1 parent d28c557 commit 0b1b073
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
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):
Expand Down

0 comments on commit 0b1b073

Please sign in to comment.