diff --git a/codex-rs/core/src/linux.rs b/codex-rs/core/src/linux.rs index 64d9b93e..75d70e79 100644 --- a/codex-rs/core/src/linux.rs +++ b/codex-rs/core/src/linux.rs @@ -225,7 +225,9 @@ mod tests_linux { &format!("echo blah > {}", file_path.to_string_lossy()), ], &[tmpdir.path().to_path_buf()], - 500, + // We have seen timeouts when running this test in CI on GitHub, + // so we are using a generous timeout until we can diagnose further. + 1_000, ) .await; }