Index: /issm/trunk/src/m/utils/Nightly/testsgettolerance.m
===================================================================
--- /issm/trunk/src/m/utils/Nightly/testsgettolerance.m	(revision 2036)
+++ /issm/trunk/src/m/utils/Nightly/testsgettolerance.m	(revision 2037)
@@ -52,5 +52,11 @@
 
 	elseif (strcmpi(solution,'steadystate')),
-			tolerance=10^-10;
+			if md.isstokes,
+				tolerance=10^-6;
+			elseif any(md.gridonpattyn),
+				tolerance=10^-8;
+			else,
+				tolerance=10^-10;
+			end
 
 	elseif (strncmpi(solution,'diagnostic_',11) | strncmpi(solution,'steadystate_',12) ),
