From 536d1030d210d3137b8fda74d0e2d9bb6c68775b Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Thu, 20 Nov 2025 13:13:49 -0800 Subject: [PATCH 1/2] slow --- codex-rs/.config/nextest.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codex-rs/.config/nextest.toml b/codex-rs/.config/nextest.toml index 3ca7cfe5031..1ddcc5f19c2 100644 --- a/codex-rs/.config/nextest.toml +++ b/codex-rs/.config/nextest.toml @@ -7,3 +7,7 @@ slow-timeout = { period = "15s", terminate-after = 2 } # Do not add new tests here filter = 'test(rmcp_client) | test(humanlike_typing_1000_chars_appears_live_no_placeholder)' slow-timeout = { period = "1m", terminate-after = 4 } + +[[profile.default.overrides]] +filter = 'test(approval_matrix_covers_all_modes)' +slow-timeout = { period = "60s", terminate-after = 2 } From bf3624c1a3a1f2ddd2faa4b16c32d8525c4e6b7f Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Thu, 20 Nov 2025 13:37:40 -0800 Subject: [PATCH 2/2] fix --- codex-rs/.config/nextest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/.config/nextest.toml b/codex-rs/.config/nextest.toml index 1ddcc5f19c2..f432af88ead 100644 --- a/codex-rs/.config/nextest.toml +++ b/codex-rs/.config/nextest.toml @@ -10,4 +10,4 @@ slow-timeout = { period = "1m", terminate-after = 4 } [[profile.default.overrides]] filter = 'test(approval_matrix_covers_all_modes)' -slow-timeout = { period = "60s", terminate-after = 2 } +slow-timeout = { period = "30s", terminate-after = 2 }