Index: /issm/trunk/test/NightlyRun/test231.m
===================================================================
--- /issm/trunk/test/NightlyRun/test231.m	(revision 5610)
+++ /issm/trunk/test/NightlyRun/test231.m	(revision 5611)
@@ -1,3 +1,3 @@
-md=mesh(model,'../Exp/SquareHole.exp','../Exp/Rifts.exp',50000);
+md=mesh(model,'../Exp/SquareHole.exp','../Exp/Rifts.exp',100000);
 md=meshprocessrifts(md,'../Exp/Square.exp');
 md=geography(md,'all','');
@@ -5,4 +5,8 @@
 md=setelementstype(md,'macayeal','all');
 md.cluster='none';
+md.verbose=10;
+md.eps_res=10^5;
+md.eps_rel=30;
+md.min_mechanical_constraints=55;
 
 %solver, to handle penalties
Index: /issm/trunk/test/NightlyRun/test232.m
===================================================================
--- /issm/trunk/test/NightlyRun/test232.m	(revision 5610)
+++ /issm/trunk/test/NightlyRun/test232.m	(revision 5611)
@@ -5,5 +5,5 @@
 md=setelementstype(md,'macayeal','all');
 md.cluster=oshostname();
-md.np=2
+md.np=2;
 
 %solver, to handle penalties
