mirror of
https://github.com/rclone/rclone
synced 2024-12-22 13:03:02 +01:00
fs/accounting: fix occasionally failing test on macOS
This commit is contained in:
parent
6ecb5794bc
commit
cdd99a6f39
@ -34,6 +34,6 @@ func TestLimitTPS(t *testing.T) {
|
|||||||
tpsBucket = nil
|
tpsBucket = nil
|
||||||
}()
|
}()
|
||||||
|
|
||||||
timeTransactions(100, 900*time.Millisecond, 2000*time.Millisecond)
|
timeTransactions(100, 900*time.Millisecond, 5000*time.Millisecond)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user