Skip to content

Commit 45faa5c

Browse files
authored
tests: fix type-error in computing duration (#43691)
Regression introduced by ca11c2f (when tests fail or are interrupted)
1 parent a733e8a commit 45faa5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ cd(@__DIR__) do
207207

208208
local stdin_monitor
209209
all_tasks = Task[]
210-
o_ts_duration = nothing
210+
o_ts_duration = 0.0
211211
try
212212
# Monitor stdin and kill this task on ^C
213213
# but don't do this on Windows, because it may deadlock in the kernel

0 commit comments

Comments
 (0)