We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac54799 commit c04b0f1Copy full SHA for c04b0f1
stdlib/Profile/test/runtests.jl
@@ -168,7 +168,8 @@ let cmd = Base.julia_cmd()
168
println("done")
169
print(Profile.len_data())
170
"""
171
- p = open(`$cmd -e $script`)
+ # use multiple threads here to ensure that profiling works with threading
172
+ p = open(`$cmd -t2 -e $script`)
173
t = Timer(120) do t
174
# should be under 10 seconds, so give it 2 minutes then report failure
175
println("KILLING debuginfo registration test BY PROFILE TEST WATCHDOG\n")
0 commit comments