From e5471bf69dbe00a04ce82e74a9564a1670b2b078 Mon Sep 17 00:00:00 2001 From: starr-openai Date: Fri, 8 May 2026 17:58:35 -0700 Subject: [PATCH] Raise remote integration nextest timeout Allow the serialized Docker-backed remote environment tests enough test-level time to reach their existing tool-output assertions under CI load. Co-authored-by: Codex --- codex-rs/.config/nextest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-rs/.config/nextest.toml b/codex-rs/.config/nextest.toml index 3f045fbee7..b05c429c7f 100644 --- a/codex-rs/.config/nextest.toml +++ b/codex-rs/.config/nextest.toml @@ -51,6 +51,7 @@ test-group = 'core_apply_patch_cli_integration' # each other and trip nextest's per-test timeout. filter = 'package(codex-core) & kind(test) & (test(remote_env) | test(view_image_routes_to_selected_remote_environment) | test(unified_exec_network_denial_emits_failed_background_end_event) | test(unified_exec_short_lived_network_denial_emits_failed_end_event))' test-group = 'core_remote_environment_integration' +slow-timeout = { period = "30s", terminate-after = 3 } [[profile.default.overrides]] # These tests drive rollback through full mocked turns and can contend with each