We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05f1cd5 + 01d3044 commit 2617655Copy full SHA for 2617655
tests/meilisearch-test-utils.ts
@@ -65,7 +65,7 @@ async function waitForDumpProcessing(
65
await sleep(intervalMs)
66
}
67
throw new Types.MeiliSearchTimeOutError(
68
- `timeout of ${timeOutMs}ms has exceeded on process ${dumpId} when waiting for pending update to resolve.`
+ `timeout of ${timeOutMs}ms has exceeded on process ${dumpId} when waiting for the dump creation process to be done.`
69
)
70
71
0 commit comments