Skip to content

Commit

Permalink
HSEARCH-1001 Increase refresh period on JMS Master/Slave tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed May 26, 2012
1 parent 846b31f commit d668d5c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,7 +68,7 @@
@RunWith(Arquillian.class)
public class JmsMasterSlaveRegistrationIT {

private static final int REFRESH_PERIOD_IN_SEC = 5;
private static final int REFRESH_PERIOD_IN_SEC = 10;

private static final int SLEEP_TIME_FOR_SYNCHRONIZATION = ( REFRESH_PERIOD_IN_SEC + 1 ) * 1000;

Expand Down

1 comment on commit d668d5c

@buildhive
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hibernate » hibernate-search #8 UNSTABLE
Looks like this commit caused a build failure
(what's this?)

Please sign in to comment.