Skip to content

Commit

Permalink
multi DC flag not turned on so hanging the builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Needham committed Mar 14, 2017
1 parent c403cdb commit 723c471
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ public void setup()
public ClusterRule clusterRule =
new ClusterRule( getClass() ).withNumberOfCoreMembers( 3 ).withNumberOfReadReplicas( 0 )
.withSharedCoreParam( CausalClusteringSettings.cluster_topology_refresh, "5s" )
.withSharedCoreParam( CausalClusteringSettings.multi_dc_license, "true" )
.withSharedReadReplicaParam( CausalClusteringSettings.multi_dc_license, "true" )
.withDiscoveryServiceFactory( new HazelcastDiscoveryServiceFactory() );

@Test
Expand Down

0 comments on commit 723c471

Please sign in to comment.