mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
vfs: increase time to wait for writers in tests to 30s
In some backends (eg putio) this deadline was consistently missed at 10s so this patch increases it to 30s. See: #5734
This commit is contained in:
@@ -29,7 +29,7 @@ var (
|
||||
// Constants uses in the tests
|
||||
const (
|
||||
writeBackDelay = 100 * time.Millisecond // A short writeback delay for testing
|
||||
waitForWritersDelay = 10 * time.Second // time to wait for existing writers
|
||||
waitForWritersDelay = 30 * time.Second // time to wait for existing writers
|
||||
)
|
||||
|
||||
// TestMain drives the tests
|
||||
|
||||
Reference in New Issue
Block a user