Salome HOME
Remove timeout.
authorrnv <rnv@opencascade.com>
Tue, 4 Apr 2017 11:48:05 +0000 (14:48 +0300)
committerrnv <rnv@opencascade.com>
Thu, 6 Apr 2017 11:55:33 +0000 (14:55 +0300)
cmake/SalomeMacros.cmake

index 2b6af2cc9d56f38f25750c5d9826b731828c2319..1db407c1867b676de00d2823ee5a6282b481f99e 100644 (file)
@@ -996,7 +996,7 @@ MACRO(SWIG_CHECK_GENERATION swig_module)
 ( (call ) >> @SWIG_GEN_FILE_NAME@ ) 2>null && (
   echo The file @SWIG_GEN_FILE_NAME@ was created. & goto :eof
 ) || (
-  echo The file @SWIG_GEN_FILE_NAME@ is still being created !!! & timeout /t 1 > null & goto :check
+  echo The file @SWIG_GEN_FILE_NAME@ is still being created !!! & goto :check
 )
 :eof")
     LIST(LENGTH swig_generated_sources NB_GEN_FILES)