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
2d16d0aea1
commit
8f6a98df07
1 changed files with 1 additions and 1 deletions
|
@ -612,7 +612,7 @@ impl IndexScheduler {
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
run.breakpoint(Breakpoint::Init);
|
run.breakpoint(Breakpoint::Init);
|
||||||
|
|
||||||
run.wake_up.wait();
|
run.wake_up.wait_timeout(std::time::Duration::from_secs(60));
|
||||||
|
|
||||||
loop {
|
loop {
|
||||||
match run.tick() {
|
match run.tick() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue