Skip to content

Commit

Permalink
tests: fix type-error in computing duration (JuliaLang#43691)
Browse files Browse the repository at this point in the history
Regression introduced by ca11c2f (when tests fail or are interrupted)
  • Loading branch information
vtjnash authored and LilithHafner committed Mar 8, 2022
1 parent b8d5725 commit 6f0d807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ cd(@__DIR__) do

local stdin_monitor
all_tasks = Task[]
o_ts_duration = nothing
o_ts_duration = 0.0
try
# Monitor stdin and kill this task on ^C
# but don't do this on Windows, because it may deadlock in the kernel
Expand Down

0 comments on commit 6f0d807

Please sign in to comment.