Skip to content

Commit 8d66009

Browse files
authored
fix: update Cypress' log bar with timeout information (#240)
Fixes #217
1 parent e9fdfae commit 8d66009

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ function createCommand(queryName, implementationName) {
5151
type: prevSubject ? 'child' : 'parent',
5252
name: queryName,
5353
message: inputArr,
54+
timeout: options.timeout,
5455
consoleProps: () => consoleProps,
5556
})
5657
}

0 commit comments

Comments
 (0)