mirror of
https://github.com/rclone/rclone.git
synced 2025-07-01 04:50:12 +02:00
ftp: increase timeouts on tests as they were failing locally
This commit is contained in:
@ -35,7 +35,7 @@ func deriveFs(ctx context.Context, t *testing.T, f fs.Fs, opts settings) fs.Fs {
|
|||||||
func (f *Fs) testUploadTimeout(t *testing.T) {
|
func (f *Fs) testUploadTimeout(t *testing.T) {
|
||||||
const (
|
const (
|
||||||
fileSize = 100000000 // 100 MiB
|
fileSize = 100000000 // 100 MiB
|
||||||
idleTimeout = 40 * time.Millisecond // small because test server is local
|
idleTimeout = 1 * time.Second // small because test server is local
|
||||||
maxTime = 10 * time.Second // prevent test hangup
|
maxTime = 10 * time.Second // prevent test hangup
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user