more time, for slower machines
svn: r14207
This commit is contained in:
parent
2af626972d
commit
1048d204ca
|
@ -134,7 +134,7 @@
|
||||||
(call-with-output-file (car m) #:exists 'truncate
|
(call-with-output-file (car m) #:exists 'truncate
|
||||||
(lambda (o) (display (cdr m) o))))
|
(lambda (o) (display (cdr m) o))))
|
||||||
(set! thd (thread run))
|
(set! thd (thread run))
|
||||||
(t (with-limits 1 #f
|
(t (with-limits 2 #f
|
||||||
(if len-to-read (read-string len-to-read i) (port->string i)))
|
(if len-to-read (read-string len-to-read i) (port->string i)))
|
||||||
=> expected)
|
=> expected)
|
||||||
(t (begin (kill-thread thd) (cond [exn => raise] [else #t])))))
|
(t (begin (kill-thread thd) (cond [exn => raise] [else #t])))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user