mirror of
https://github.com/rclone/rclone.git
synced 2025-02-23 03:26:24 +08:00
fstest/test_all: set cache backend wait time to 30m to fix integration tests
This commit is contained in:
parent
a7dbf32c53
commit
0861207ace
@ -419,6 +419,9 @@ func main() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// workaround for cache backend as we run simultaneous tests
|
||||||
|
_ = os.Setenv("RCLONE_CACHE_DB_WAIT_TIME", "30m")
|
||||||
|
|
||||||
// start the tests
|
// start the tests
|
||||||
results := make(chan *test, 8)
|
results := make(chan *test, 8)
|
||||||
awaiting := 0
|
awaiting := 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user