Browse Source

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

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Chris Estreich 11 months ago
parent
commit
30770ede77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/integrations/terminal/__tests__/TerminalProcessExec.test.ts

+ 1 - 1
src/integrations/terminal/__tests__/TerminalProcessExec.test.ts

@@ -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)