Open
Description
opened on Jun 19, 2023
Error in testset FileWatching:
--
| Test Failed at /cache/build/default-amdci4-0/julialang/julia-master/julia-02ac8955c4/share/julia/stdlib/v1.10/FileWatching/test/pidfile.jl:216
| Expression: 20 < t < 50
| Evaluated: 20 < 50.882333673 < 50
https://buildkite.com/julialang/julia-master/builds/24963#0188d4c6-e188-440f-8258-2c2657e50598
This was under rr, so things being slow is reasonable. We can relax the timeout criterion, but in general, I'm not a fan of timeouts in the tests at all, they're usually a code smell.
Activity