Index: ../trunk-jpl/test/Archives/Archive247.arch =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: ../trunk-jpl/test/NightlyRun/test247.m =================================================================== --- ../trunk-jpl/test/NightlyRun/test247.m (revision 26401) +++ ../trunk-jpl/test/NightlyRun/test247.m (revision 26402) @@ -1,5 +1,5 @@ %Test Name: SquareShelfTranIspddIsdeltaO18pdNoInterpSSA2d -md=triangle(model(),'../Exp/Square.exp',60000.); +md=triangle(model(),'../Exp/Square.exp',180000.); md=setmask(md,'all',''); md=parameterize(md,'../Par/SquareShelf.par'); Index: ../trunk-jpl/test/NightlyRun/test247.py =================================================================== --- ../trunk-jpl/test/NightlyRun/test247.py (revision 26401) +++ ../trunk-jpl/test/NightlyRun/test247.py (revision 26402) @@ -12,7 +12,7 @@ from SMBpddSicopolis import * -md = triangle(model(), '../Exp/Square.exp', 60000.) +md = triangle(model(), '../Exp/Square.exp', 180000.) md = setmask(md, 'all', '') md = parameterize(md, '../Par/SquareShelf.py')