Skip to content

Commit ad2d770

Browse files
authored
test: fix timeout changed by #52461 accidentally (#52534)
1 parent f345755 commit ad2d770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Profile/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ if Sys.isbsd() || Sys.islinux()
199199
finally
200200
closewrite(iob)
201201
end
202-
t = Timer(10) do t
202+
t = Timer(120) do t
203203
# should be under 10 seconds, so give it 2 minutes then report failure
204204
println("KILLING siginfo/sigusr1 test BY PROFILE TEST WATCHDOG\n")
205205
kill(p, Base.SIGTERM)

0 commit comments

Comments
 (0)