Skip to content

Commit 2617655

Browse files
committed
Merge branch 'improve_dump_tests' of github.com:meilisearch/meilisearch-js into improve_dump_tests
2 parents 05f1cd5 + 01d3044 commit 2617655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/meilisearch-test-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ async function waitForDumpProcessing(
6565
await sleep(intervalMs)
6666
}
6767
throw new Types.MeiliSearchTimeOutError(
68-
`timeout of ${timeOutMs}ms has exceeded on process ${dumpId} when waiting for pending update to resolve.`
68+
`timeout of ${timeOutMs}ms has exceeded on process ${dumpId} when waiting for the dump creation process to be done.`
6969
)
7070
}
7171

0 commit comments

Comments
 (0)