From 8d66009f1dc2a41743c20114fe94c6bfc4c53b50 Mon Sep 17 00:00:00 2001 From: Nicholas Boll Date: Tue, 15 Nov 2022 13:15:47 -0700 Subject: [PATCH] fix: update Cypress' log bar with timeout information (#240) Fixes #217 --- src/index.js | 1 + 1 file changed, 1 insertion(+) 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, }) }