2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 09:30:50 +00:00

Slightly increment size for TestIncrementalBackup

This should make the test more reliable, it should hit the accidental
"repo is has grown too much" way less often.
This commit is contained in:
Alexander Neumann 2018-04-01 13:49:42 +02:00
parent b077a1227b
commit 4544a77172

View File

@ -576,7 +576,7 @@ func TestBackupExclude(t *testing.T) {
}
const (
incrementalFirstWrite = 6 * 1042 * 1024
incrementalFirstWrite = 10 * 1042 * 1024
incrementalSecondWrite = 1 * 1042 * 1024
incrementalThirdWrite = 1 * 1042 * 1024
)