mirror of
https://github.com/restic/restic.git
synced 2025-12-10 22:31:47 +00:00
Reduce data for TestIncrementalBackup
This commit is contained in:
@@ -576,9 +576,9 @@ func TestBackupExclude(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
incrementalFirstWrite = 20 * 1042 * 1024
|
incrementalFirstWrite = 6 * 1042 * 1024
|
||||||
incrementalSecondWrite = 12 * 1042 * 1024
|
incrementalSecondWrite = 1 * 1042 * 1024
|
||||||
incrementalThirdWrite = 4 * 1042 * 1024
|
incrementalThirdWrite = 1 * 1042 * 1024
|
||||||
)
|
)
|
||||||
|
|
||||||
func appendRandomData(filename string, bytes uint) error {
|
func appendRandomData(filename string, bytes uint) error {
|
||||||
|
|||||||
Reference in New Issue
Block a user