Salome HOME
[MEDCalc] Mesh view and slice presentation.
[modules/med.git] / src / MEDCalc / test / tui / scalar_map.py
index 343aa051d18e217c40bb3081a11e00fce9654d70..004826c0d636bcf13f73185b69f8296f7c6b0a9d 100644 (file)
@@ -31,6 +31,6 @@ datafile = os.path.join(GetMEDFileDirTUI(), "smooth_surface_and_field.med")
 source_id = medcalc.LoadDataSource(datafile)
 
 presentation_id = medcalc.MakeScalarMap(accessField(0), MEDCALC.VIEW_MODE_REPLACE, colorMap=MEDCALC.COLOR_MAP_BLUE_TO_RED_RAINBOW)
-sleep(2)
+sleep(1)
 medcalc.RemovePresentation(presentation_id)
-sleep(2)
+sleep(1)