diff --git a/internal/repository/index/master_index_test.go b/internal/repository/index/master_index_test.go index 42b24320a..97fcb0ef3 100644 --- a/internal/repository/index/master_index_test.go +++ b/internal/repository/index/master_index_test.go @@ -410,7 +410,7 @@ func BenchmarkMasterIndexGC(b *testing.B) { var ( snapshotTime = time.Unix(1470492820, 207401672) - depth = 3 + depth = 2 ) func createFilledRepo(t testing.TB, snapshots int, version uint) (*repository.Repository, restic.Unpacked[restic.FileType]) {