mirror of
https://github.com/restic/restic.git
synced 2025-08-22 13:58:07 +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:
@@ -576,7 +576,7 @@ func TestBackupExclude(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
incrementalFirstWrite = 6 * 1042 * 1024
|
incrementalFirstWrite = 10 * 1042 * 1024
|
||||||
incrementalSecondWrite = 1 * 1042 * 1024
|
incrementalSecondWrite = 1 * 1042 * 1024
|
||||||
incrementalThirdWrite = 1 * 1042 * 1024
|
incrementalThirdWrite = 1 * 1042 * 1024
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user