mirror of
https://github.com/coder/coder.git
synced 2026-06-05 14:08:20 +00:00
d9da96cad0
* fix: Elongate agent disconnect timeout in tests This will fix the flake seen here: https://github.com/coder/coder/runs/7071719863?check_suite_focus=true * fix: Add test for SCP This was hanging due to the stdin pipe never being closed. A test has been added to make sure it works!