mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
279c08e9d4
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.