summaryrefslogtreecommitdiff
path: root/chess-crafty.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-crafty.el')
-rw-r--r--chess-crafty.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-crafty.el b/chess-crafty.el
index 644e343..6f4c8d6 100644
--- a/chess-crafty.el
+++ b/chess-crafty.el
@@ -121,7 +121,7 @@
(let ((limit 50))
(while (and (null chess-crafty-evaluation)
(> (setq limit (1- limit)) 0))
- (sit-for 0 100 t))
+ (sit-for 0.1 t))
chess-crafty-evaluation))
((eq event 'analyze)