From 6e67ce7dfe905583849eab5ebeb2a12934a242e7 Mon Sep 17 00:00:00 2001 From: Nicholas Boll Date: Tue, 15 Nov 2022 12:54:07 -0700 Subject: [PATCH] fix: update Cypress' log bar with timeout information 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, }) }