Skip to content

Commit

Permalink
increased the timeout for meiliserch to faccilitate testing on dog-sl…
Browse files Browse the repository at this point in the history
…ow laptops
  • Loading branch information
CommanderStorm committed Oct 29, 2024
1 parent 16078d9 commit d3fa8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/setup/meilisearch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use meilisearch_sdk::tasks::Task;
use serde_json::Value;
use tracing::{debug, error, info};

const TIMEOUT: Option<Duration> = Some(Duration::from_secs(20));
const TIMEOUT: Option<Duration> = Some(Duration::from_secs(60));
const POLLING_RATE: Option<Duration> = Some(Duration::from_millis(250));

#[derive(serde::Deserialize)]
Expand Down

0 comments on commit d3fa8e6

Please sign in to comment.