mirror of
https://github.com/openai/codex.git
synced 2026-04-30 11:21:34 +03:00
flaky
This commit is contained in:
@@ -1530,8 +1530,8 @@ async fn unified_exec_formats_large_output_summary() -> Result<()> {
|
|||||||
} = builder.build(&server).await?;
|
} = builder.build(&server).await?;
|
||||||
|
|
||||||
let script = r#"python3 - <<'PY'
|
let script = r#"python3 - <<'PY'
|
||||||
for i in range(10000):
|
import sys
|
||||||
print("token token ")
|
sys.stdout.write("token token \n" * 500)
|
||||||
PY
|
PY
|
||||||
"#;
|
"#;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user