From 2e58d420dc5a2dc8677939132b8baf3dd3092148 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Fri, 13 Apr 2018 12:26:11 +0200 Subject: [PATCH] RABBIT takes a long time to compile. --- build/scheme.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scheme.tcl b/build/scheme.tcl index e6f4721e..d38e49a0 100644 --- a/build/scheme.tcl +++ b/build/scheme.tcl @@ -13,7 +13,7 @@ respond "==>" "(quit)" respond "*" ":scheme;scheme\r" respond "==>" {(schload "scheme; rabbit")} respond "==>" {(comfile "scheme; rabbit")} -expect -timeout 1000 "COMPILE TIME:" +expect -timeout 3600 "COMPILE TIME:" respond "==>" "(quit)" respond "*" ":complr\r" respond "_" "scheme;_rabbit lisp\r"