This commit is contained in:
Ahmed Ibrahim
2025-11-20 13:13:16 -08:00
parent 2e44082a30
commit 02ecb4d159

View File

@@ -1530,8 +1530,8 @@ async fn unified_exec_formats_large_output_summary() -> Result<()> {
} = builder.build(&server).await?;
let script = r#"python3 - <<'PY'
for i in range(10000):
print("token token ")
import sys
sys.stdout.write("token token \n" * 500)
PY
"#;