#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Mon, 07 May 2018 13:05:38 +0200
changeset 22779 ea1b7977552d
parent 22778 40db6cd606e4
child 22780 642b02bf54d5
#BUGFIX by cg class: ReadEvalPrintLoop changed: #cmd_ide:
ReadEvalPrintLoop.st
--- a/ReadEvalPrintLoop.st	Mon May 07 13:04:53 2018 +0200
+++ b/ReadEvalPrintLoop.st	Mon May 07 13:05:38 2018 +0200
@@ -756,7 +756,7 @@
         "/ don't go back into the reader, as this will slow down the 
         "/ IDE (donnow why, at the moment)
         [
-            Delay waitForSeconds:0.2.
+            Delay waitForSeconds:0.5.
             app isOpen
         ] whileTrue.
     ].