mirror of
https://github.com/restic/restic.git
synced 2025-04-23 20:21:28 +00:00
Reduce data for TestIncrementalBackup
This commit is contained in:
parent
c6c1dccc53
commit
dfb6d0fced
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user