mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
Fixes https://github.com/coder/internal/issues/324 We had been using a `testutil.Context` in combination with a separate `context.WithTimeout()` that smelled iffy to me. Also reworked part of the second `require.Eventually` loop to pull a job ID from the first one, and added some more logging to aid future debugging.