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.
1 parent d7688e4 commit 688553cCopy full SHA for 688553c
packages/cli-repl/test/repl-helpers.ts
@@ -73,7 +73,7 @@ async function waitEval(bus: MongoshBus) {
73
async function waitCompletion(bus: MongoshBus) {
74
await Promise.race([
75
waitBus(bus, 'mongosh:autocompletion-complete'),
76
- new Promise((resolve) => setTimeout(resolve, 5000)?.unref?.()),
+ new Promise((resolve) => setTimeout(resolve, 10_000)?.unref?.()),
77
]);
78
await tick();
79
}
0 commit comments