Mercurial > vba-clojure
changeset 555:2d9bf762a073
tightened up control transfer waiting period.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 31 Aug 2012 00:52:33 -0500 |
parents | 37daf1acb212 |
children | 6e6b7961595b |
files | clojure/com/aurellem/run/adv_choreo.clj |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/clojure/com/aurellem/run/adv_choreo.clj Fri Aug 31 00:51:17 2012 -0500 1.2 +++ b/clojure/com/aurellem/run/adv_choreo.clj Fri Aug 31 00:52:33 2012 -0500 1.3 @@ -192,7 +192,7 @@ 1.4 relocated-bootstrap-start 1.5 (concat glyph-init glyph-program)) 1.6 (transfer-control relocated-bootstrap-start) 1.7 - (do-nothing 10) 1.8 + (do-nothing 1) 1.9 1.10 )))) 1.11