Skip to content

Commit

Permalink
Increase timeout in PersistentStreamingDispatcherBlockConsumerTest.te…
Browse files Browse the repository at this point in the history
…stBlockBrokerDispatching (#12943)

(cherry picked from commit 5abf42c)
  • Loading branch information
Jason918 authored and codelipenghui committed Jan 30, 2022
1 parent 735f700 commit 1d3a40e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ public void testBrokerSubscriptionRecovery(boolean unloadBundleGracefully) throw
* </pre>
*
*/
@Test(timeOut = 10000)
@Test(timeOut = 60000)
public void testBlockBrokerDispatching() {
log.info("-- Starting {} test --", methodName);

Expand Down

0 comments on commit 1d3a40e

Please sign in to comment.