Update src/integrations/terminal/__tests__/TerminalProcessExec.test.ts

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
Chris Estreich 2025-03-11 21:35:18 -07:00 committed by GitHub
parent 0d55593fa8
commit 30770ede77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -286,7 +286,7 @@ describe("TerminalProcess with Real Command Output", () => {
)
console.log(
`'base64 < /dev/zero | head -n ${TEST_LINES}' execution time: ${executionTimeUs} microseconds (${executionTimeUs / 1000} milliseconds)`,
`'yes "${"A".repeat(76)}" | head -n ${TEST_LINES}' execution time: ${executionTimeUs} microseconds (${executionTimeUs / 1000} milliseconds)`,
)
// Display a truncated output sample (first 3 lines and last 3 lines)