Skip to content

Commit

Permalink
Increased waiting time by three
Browse files Browse the repository at this point in the history
A single character contribution.
  • Loading branch information
peter-scholtens authored Dec 18, 2023
1 parent c8cd619 commit d350418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cache/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ mod sync_test {
}

// Wait for all the items to be processed.
sleep(Duration::from_millis(5));
sleep(Duration::from_millis(15));
// This will cause eviction from the cache.
assert!(c.insert(1, "0".to_string(), 10));
let _ = c.close();
Expand Down

0 comments on commit d350418

Please sign in to comment.