diff --git a/src/index.js b/src/index.js index ee5f303..54710d2 100644 --- a/src/index.js +++ b/src/index.js @@ -51,6 +51,7 @@ function createCommand(queryName, implementationName) { type: prevSubject ? 'child' : 'parent', name: queryName, message: inputArr, + timeout: options.timeout, consoleProps: () => consoleProps, }) }