Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
beac0n committed Oct 20, 2024
1 parent ddfd277 commit 3b25352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ mod tests {
self.now.unwrap_or_else(|| time().unwrap()),
)
.unwrap();
thread::sleep(Duration::from_secs(2)); // wait for files to be written and blocklist to be updated
thread::sleep(Duration::from_secs(10)); // wait for files to be written and blocklist to be updated
}

fn run_commander(&self) {
Expand Down

0 comments on commit 3b25352

Please sign in to comment.