Skip to content

Commit

Permalink
Update HeadersJMSIT.java
Browse files Browse the repository at this point in the history
Longer timeout.
  • Loading branch information
ajs6f committed Jan 10, 2015
1 parent 6ad994e commit 1c86d9a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -80,7 +80,7 @@ public class HeadersJMSIT implements MessageListener {
/**
* Time to wait for a set of test messages, in milliseconds.
*/
private static final long TIMEOUT = 2000;
private static final long TIMEOUT = 20000;

private static final String testIngested = "/testMessageFromIngestion-" + randomUUID();

Expand Down

0 comments on commit 1c86d9a

Please sign in to comment.