diff --git a/tests/repl.ts b/tests/repl.ts index 7f94d9f..e987130 100644 --- a/tests/repl.ts +++ b/tests/repl.ts @@ -89,7 +89,7 @@ export const startRepl = async (): Promise => { throw new Error(err); }), // timeout if repl does not respond - waitForMs(2000).then(() => { + waitForMs(5000).then(() => { throw new Error( `Timed out when waiting for output of command '${input}'` );