Revision: 70818
          http://sourceforge.net/p/brlcad/code/70818
Author:   brlcad
Date:     2018-03-13 05:22:07 +0000 (Tue, 13 Mar 2018)
Log Message:
-----------
regress-mged just barely misses the TIMEOUT mark too.  need to speed up startup 
or break up the test.

Modified Paths:
--------------
    brlcad/trunk/regress/CMakeLists.txt

Modified: brlcad/trunk/regress/CMakeLists.txt
===================================================================
--- brlcad/trunk/regress/CMakeLists.txt 2018-03-13 02:41:06 UTC (rev 70817)
+++ brlcad/trunk/regress/CMakeLists.txt 2018-03-13 05:22:07 UTC (rev 70818)
@@ -62,7 +62,6 @@
     set_tests_properties(regress-${testname} PROPERTIES TIMEOUT 60)
   endmacro(Sh_Regression_Test)
 
-  Sh_Regression_Test(mged mged)
   Sh_Regression_Test(moss "rt;asc2g;pixdiff;asc2pix;pix-png;png-pix")
   Sh_Regression_Test(lights "rt;asc2g;pixdiff;asc2pix")
   Sh_Regression_Test(solids "rt;mged;pixdiff;asc2pix;gencolor")
@@ -79,6 +78,8 @@
   # source tree, then scanning different sets of files for properties.
   Sh_Regression_Test(repository "")
   set_tests_properties(regress-repository PROPERTIES TIMEOUT 600)
+  Sh_Regression_Test(mged mged)
+  set_tests_properties(regress-mged PROPERTIES TIMEOUT 600)
 
   Sh_Regression_Test(red mged)
   Sh_Regression_Test(nirt "mged;nirt")

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to