1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-06 03:19:18 +00:00

Increase timeout for building Macsyma.

This commit is contained in:
Lars Brinkhoff
2018-05-11 11:52:56 +02:00
parent 5d87874fb1
commit 0dbcb1a912

View File

@@ -88,7 +88,7 @@ proc build_macsyma_portion {} {
type "(mapcan #'(lambda (x) (cond ((not (memq x\r"
type "'(SETS TRANSS MTREE TRHOOK EDLM)\r"
type ")) (doit x)))) (append todo todoi))"
expect {
expect -timeout 1000 {
";BKPT" {
type "(quit)"
}