fstest/test_all: set cache backend wait time to 30m to fix integration tests

This commit is contained in:
Nick Craig-Wood 2018-03-08 12:17:29 +00:00
parent a7dbf32c53
commit 0861207ace
1 changed files with 3 additions and 0 deletions

View File

@ -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
results := make(chan *test, 8)
awaiting := 0