mirror of
https://github.com/coder/coder.git
synced 2026-06-04 05:28:20 +00:00
ff156772f2
The timeout was started before the unbounded Stepper loop, so under CI load the deadline could expire before reaching the operations that actually use it. Also bumps TestMigration000387 from WaitLong to WaitSuperLong. Fixes coder/internal#1398