Index: /issm/trunk-jpl/test/NightlyRun/runme.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/runme.m	(revision 16198)
+++ /issm/trunk-jpl/test/NightlyRun/runme.m	(revision 16199)
@@ -121,5 +121,5 @@
 	test_ids=intersect(test_ids,[2001:2100]);
 elseif strcmpi(benchmark,'adolc'),
-	test_ids=intersect(test_ids,[3001:3020]);
+	test_ids=intersect(test_ids,[3001:3200]);
 end
 % }}}
Index: /issm/trunk-jpl/test/NightlyRun/runme.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/runme.py	(revision 16198)
+++ /issm/trunk-jpl/test/NightlyRun/runme.py	(revision 16199)
@@ -120,5 +120,5 @@
 		test_ids=test_ids.intersection(set(range(2001,2100)))
 	elif strcmpi(benchmark,'adolc'):
-		test_ids=test_ids.intersection(set(range(3001,3020)))
+		test_ids=test_ids.intersection(set(range(3001,3200)))
 	#print 'test_ids after benchmark =',test_ids
 	test_ids=list(test_ids)
