diff --git a/snapshots/storage/metastore_test.go b/snapshots/storage/metastore_test.go index f5c70191e..a2b7e4ca6 100644 --- a/snapshots/storage/metastore_test.go +++ b/snapshots/storage/metastore_test.go @@ -261,7 +261,7 @@ var cmpSnapshotInfo = cmp.FilterPath( // actual value should be within a few seconds of now now := time.Now() delta := now.Sub(actual) - threshold := 10 * time.Second + threshold := 30 * time.Second return delta > -threshold && delta < threshold }))