|
@@ -189,7 +189,7 @@ public class MasterDisruptionIT extends AbstractDisruptionTestCase {
|
|
|
// continuously ping until network failures have been resolved. However
|
|
|
// It may a take a bit before the node detects it has been cut off from the elected master
|
|
|
logger.info("waiting for isolated node [{}] to have no master", isolatedNode);
|
|
|
- assertNoMaster(isolatedNode, NoMasterBlockService.NO_MASTER_BLOCK_WRITES, TimeValue.timeValueSeconds(10));
|
|
|
+ assertNoMaster(isolatedNode, NoMasterBlockService.NO_MASTER_BLOCK_WRITES, TimeValue.timeValueSeconds(30));
|
|
|
|
|
|
|
|
|
logger.info("wait until elected master has been removed and a new 2 node cluster was from (via [{}])", isolatedNode);
|
|
@@ -228,7 +228,7 @@ public class MasterDisruptionIT extends AbstractDisruptionTestCase {
|
|
|
// continuously ping until network failures have been resolved. However
|
|
|
// It may a take a bit before the node detects it has been cut off from the elected master
|
|
|
logger.info("waiting for isolated node [{}] to have no master", isolatedNode);
|
|
|
- assertNoMaster(isolatedNode, NoMasterBlockService.NO_MASTER_BLOCK_ALL, TimeValue.timeValueSeconds(10));
|
|
|
+ assertNoMaster(isolatedNode, NoMasterBlockService.NO_MASTER_BLOCK_ALL, TimeValue.timeValueSeconds(30));
|
|
|
|
|
|
// make sure we have stable cluster & cross partition recoveries are canceled by the removal of the missing node
|
|
|
// the unresponsive partition causes recoveries to only time out after 15m (default) and these will cause
|