diff --git a/cmd/restic/integration_test.go b/cmd/restic/integration_test.go index a48402bc8..5b4e67e17 100644 --- a/cmd/restic/integration_test.go +++ b/cmd/restic/integration_test.go @@ -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 )