Reduce data for TestIncrementalBackup

This commit is contained in:
Alexander Neumann 2018-03-11 21:17:27 +01:00
parent c6c1dccc53
commit dfb6d0fced
1 changed files with 3 additions and 3 deletions

View File

@ -576,9 +576,9 @@ func TestBackupExclude(t *testing.T) {
}
const (
incrementalFirstWrite = 20 * 1042 * 1024
incrementalSecondWrite = 12 * 1042 * 1024
incrementalThirdWrite = 4 * 1042 * 1024
incrementalFirstWrite = 6 * 1042 * 1024
incrementalSecondWrite = 1 * 1042 * 1024
incrementalThirdWrite = 1 * 1042 * 1024
)
func appendRandomData(filename string, bytes uint) error {