mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
`TestExecutorAutostopAIAgentActivity` flaked when the test clock and the database clock straddled a minute boundary, leaving the executor's minute-aligned tick on the wrong side of the bumped deadline. Anchor tick times to the deadline the database wrote after the bump.