mirror of
https://github.com/openai/codex.git
synced 2026-09-09 15:58:47 +00:00
Stabilize Bazel test timing under load
This commit is contained in:
@@ -6,6 +6,7 @@ codex_rust_crate(
|
||||
integration_test_tags_extra_by_stem = {
|
||||
"all": ["flaky"],
|
||||
},
|
||||
integration_test_args = ["--test-threads=4"],
|
||||
integration_test_timeout = "long",
|
||||
test_tags = ["no-sandbox"],
|
||||
)
|
||||
|
||||
@@ -182,7 +182,7 @@ async fn wait_for_redirected_envelope_in_history(
|
||||
thread: &Arc<CodexThread>,
|
||||
expected: &InterAgentCommunication,
|
||||
) {
|
||||
timeout(Duration::from_secs(5), async {
|
||||
timeout(Duration::from_secs(30), async {
|
||||
loop {
|
||||
let history_items = thread
|
||||
.codex
|
||||
|
||||
Reference in New Issue
Block a user