mirror of
https://github.com/rclone/rclone.git
synced 2026-05-12 01:57:56 -04:00
The test set the short idle timeout before creating the test Fs, which made fs.NewFs fail to read the FTP welcome banner within 1s on slow CI hosts. Restore the long timeout while NewFs dials the control connection, then apply the short idle timeout before the upload so the data connection still exercises the close race that shut_timeout fixes.