mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
mount: wait longer for consistency after rm in tests
This commit is contained in:
parent
a2336ad774
commit
66c69fe620
@ -342,7 +342,7 @@ func (r *Run) rm(t *testing.T, filepath string) {
|
||||
require.NoError(t, err)
|
||||
|
||||
// Wait for file to disappear from listing
|
||||
for i := 0; i < 10; i++ {
|
||||
for i := 0; i < 100; i++ {
|
||||
_, err := os.Stat(filepath)
|
||||
if os.IsNotExist(err) {
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user