I’ve noticed that we have tests in CI timing out t...
# development
h
I’ve noticed that we have tests in CI timing out that do not take anywhere near that timeout when run standalone
And it’s different tests every time
Before I dive into this, I assume we’re confident that the Process timeout applies when the process starts running, not when it’s queued or something?
So the issue is, potentially, starvation due to actual CPU contention, and not just something silly with the timeout?
w
could also be network
but yes: for local processes, it’s only after we’ve actually spawned the process.
h
Sometimes it looks like network, but in the cases I’ve been looking at recently it seems like it’s not