Skip to content

Commit 688553c

Browse files
committed
wait longer
1 parent d7688e4 commit 688553c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-repl/test/repl-helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ async function waitEval(bus: MongoshBus) {
7373
async function waitCompletion(bus: MongoshBus) {
7474
await Promise.race([
7575
waitBus(bus, 'mongosh:autocompletion-complete'),
76-
new Promise((resolve) => setTimeout(resolve, 5000)?.unref?.()),
76+
new Promise((resolve) => setTimeout(resolve, 10_000)?.unref?.()),
7777
]);
7878
await tick();
7979
}

0 commit comments

Comments
 (0)