Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyFan2002 committed Nov 11, 2024
1 parent 59cf125 commit 25ec0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/service/tests/it/storages/fuse/meta/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fn snapshot_timestamp_time_skew_tolerance() {

// simulating a stalled clock
prev.timestamp = Some(prev.timestamp.unwrap().add(chrono::Duration::days(1)));
let table_meta_timestamps = TableMetaTimestamps::new(None, 2);
let table_meta_timestamps = TableMetaTimestamps::new(None, 72);

let current = TableSnapshot::try_new(
None,
Expand Down

0 comments on commit 25ec0cf

Please sign in to comment.