Skip to content

Commit 01d3044

Browse files
authored
Update tests/meilisearch-test-utils.ts
1 parent 6383477 commit 01d3044

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)