diff options
-rw-r--r-- | module/oop/goops/dispatch.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/oop/goops/dispatch.scm b/module/oop/goops/dispatch.scm index df7680028..e433b86f3 100644 --- a/module/oop/goops/dispatch.scm +++ b/module/oop/goops/dispatch.scm @@ -190,7 +190,7 @@ ;; ;; get out before it blows o/~ ;; -(define timer-init 10) +(define timer-init 30) (define (delayed-compile gf) (let ((timer timer-init)) (lambda args |