Skip to content

Commit

Permalink
raise repl timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
aewering committed Feb 19, 2024
1 parent 2eaa25d commit a86fb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/repl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const startRepl = async (): Promise<Repl> => {
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}'`
);
Expand Down

0 comments on commit a86fb02

Please sign in to comment.