Skip to content

Commit

Permalink
CAF-435 Increase test wait from 2ms to 1s.
Browse files Browse the repository at this point in the history
  • Loading branch information
conalsmith49 committed Jan 26, 2017
1 parent 479bf51 commit 7e7b76b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/
public class DefaultRabbitConsumer extends RabbitConsumer<QueueConsumer>
{
public static final int POLL_PERIOD = 2;
public static final int POLL_PERIOD = 1000;


/**
Expand Down

0 comments on commit 7e7b76b

Please sign in to comment.