Skip to content

Commit

Permalink
DONTMERGE: test hangcheck with very short limit
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz committed Jan 27, 2025
1 parent 59d1eae commit bf311d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/book/test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ isdefined(Main, :FakeTerminals) || include(joinpath(pkgdir(REPL),"test","FakeTer
end

function run_repl_string(mockrepl::MockREPLHelper, s::AbstractString; jlcon_mode=true, filename=nothing)
(hangdelay, hanginterval) = (10, 5)
(hangdelay, hanginterval) = (1, 1)
hangcount = hangdelay
hangwarn = Timer(60*hangdelay; interval=60*hanginterval) do t
println(stderr, " Hangcheck triggered:")
Expand Down

0 comments on commit bf311d3

Please sign in to comment.