mirror of
https://github.com/openai/codex.git
synced 2026-04-28 08:34:54 +00:00
flaky
This commit is contained in:
@@ -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
|
||||
"#;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user