mirror of
https://github.com/restic/restic.git
synced 2024-12-25 01:06:39 +00:00
Merge pull request #1699 from restic/fix-incremental-backup-test
Slightly increment size for TestIncrementalBackup
This commit is contained in:
commit
2c964df3e2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue