mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
make sure the index scheduler never stops running
This commit is contained in:
parent
36d8684dc8
commit
f85e091cb4
1 changed files with 1 additions and 1 deletions
|
@ -612,7 +612,7 @@ impl IndexScheduler {
|
|||
#[cfg(test)]
|
||||
run.breakpoint(Breakpoint::Init);
|
||||
|
||||
run.wake_up.wait();
|
||||
run.wake_up.wait_timeout(std::time::Duration::from_secs(60));
|
||||
|
||||
loop {
|
||||
match run.tick() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue