1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

fs/accounting: fix occasionally failing test on macOS

This commit is contained in:
Nick Craig-Wood
2021-02-05 17:29:05 +00:00
parent 6ecb5794bc
commit cdd99a6f39

View File

@@ -34,6 +34,6 @@ func TestLimitTPS(t *testing.T) {
tpsBucket = nil
}()
timeTransactions(100, 900*time.Millisecond, 2000*time.Millisecond)
timeTransactions(100, 900*time.Millisecond, 5000*time.Millisecond)
})
}