mirror of
https://github.com/mgcaret/of816.git
synced 2025-01-14 02:32:09 +00:00
fix N>R and NR> to standards; Forth dictionary doc updates
This commit is contained in:
parent
2310e3b18d
commit
16399c6618
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -77,7 +77,8 @@ def run_suite(suite, outfile = nil)
|
||||
puts "Lines complete."
|
||||
stdin.flush
|
||||
begin
|
||||
Timeout.timeout(10) do
|
||||
# Give test 30 seconds to complete
|
||||
Timeout.timeout(30) do
|
||||
outbuf.write(stdout.read)
|
||||
end
|
||||
rescue Timeout::Error
|
||||
|
Loading…
x
Reference in New Issue
Block a user